Html Css Color HEX #EF466F Dark Pink

📋 copy color: '#EF466F'

red 239 ◦ green 70 ◦ blue 111

#EF466F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EF466F

Tints of Dark Pink #EF466F

RGB

 RED value IS 239 (93.75% from 255) = 56.9%

 GREEN value IS 70 (27.73% from 255) = 16.67%

 BLUE value IS 111 (43.75% from 255) = 26.43%

R = 56.9%
G = 16.67%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF466F (or 0xEF466F) is known color: Dark Pink. HEX triplet: EF, 46 and 6F. RGB value is (239,70,111). Sum of RGB (Red+Green+Blue) = 239+70+111=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF466F is #10B990. Grayscale: #7D7D7D. Windows color (decimal): -1096081 or 7292655. OLE color: 7292655.

HSL color Cylindrical-coordinate representation of color #EF466F: hue angle of 345.44º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF466F is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 70 111 -
CMYK 0 0.71 0.54 0.06
HSL 345.44º 0.84% 0.61% -
HSV(B) 345.44º 0.71% 0.94% -
XYZ 40.66 23.88 17.51 -
YUV 125.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 239 70 111 0 0.71 0.54 0.06 345.44 0.84 0.61
Hex EF 46 6F 0 47 36 6 159 54 3D
Octal 357 106 157 0 107 66 6 531 124 75
Binary 11101111 1000110 1101111 0 1000111 110110 110 101011001 1010100 111101

Color Harmonies of #EF466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF466F

Black with #EF466F

Text Example


Text Example

White with #EF466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF466F; }

 p { color: rgb(239,70,111); }

 H1.HeaderClassName
 {
   color: #EF466F;
 }
 .AnyTagClassName
 {
   color: #EF466F;
 }
</style>

background-color css

<style>
 a { background-color: #EF466F; }

 a { background-color: rgb(239,70,111); }

 div.DivClassName
 {
   background-color: #EF466F;
 }
 .BgClassName
 {
   background-color: #EF466F;
 }
</style>

border-color css

<style>
 span { border-color: #EF466F; }

 span { border-color: rgb(239,70,111); }

 td.TdClassName
 {
   border-color: #EF466F;
 }
 .TagClassName
 {
   border-color: #EF466F;
 }
</style>