Html Css Color HEX #EF5175 Dark Pink

📋 copy color: '#EF5175'

red 239 ◦ green 81 ◦ blue 117

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

Shades of Dark Pink #EF5175

Tints of Dark Pink #EF5175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.54%

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 54.69%
G = 18.54%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF5175 (or 0xEF5175) is known color: Dark Pink. HEX triplet: EF, 51 and 75. RGB value is (239,81,117). Sum of RGB (Red+Green+Blue) = 239+81+117=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5175 is #10AE8A. Grayscale: #848484. Windows color (decimal): -1093259 or 7688687. OLE color: 7688687.

HSL color Cylindrical-coordinate representation of color #EF5175: hue angle of 346.33º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5175 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 81 117 -
CMYK 0 0.66 0.51 0.06
HSL 346.33º 0.83% 0.63% -
HSV(B) 346.33º 0.66% 0.94% -
XYZ 41.75 25.52 19.56 -
YUV 132.35 119.35 204.07 -
System Red Green Blue C M Y K H S L
Decimal 239 81 117 0 0.66 0.51 0.06 346.33 0.83 0.63
Hex EF 51 75 0 42 33 6 15A 53 3F
Octal 357 121 165 0 102 63 6 532 123 77
Binary 11101111 1010001 1110101 0 1000010 110011 110 101011010 1010011 111111

Color Harmonies of #EF5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5175

Black with #EF5175

Text Example


Text Example

White with #EF5175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5175; }

 p { color: rgb(239,81,117); }

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

background-color css

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

 a { background-color: rgb(239,81,117); }

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

border-color css

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

 span { border-color: rgb(239,81,117); }

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