Html Css Color HEX #EF5375 Dark Pink

📋 copy color: '#EF5375'

red 239 ◦ green 83 ◦ blue 117

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

Shades of Dark Pink #EF5375

Tints of Dark Pink #EF5375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.91%

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

R = 54.44%
G = 18.91%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF5375 (or 0xEF5375) is known color: Dark Pink. HEX triplet: EF, 53 and 75. RGB value is (239,83,117). Sum of RGB (Red+Green+Blue) = 239+83+117=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5375 is #10AC8A. Grayscale: #858585. Windows color (decimal): -1092747 or 7689199. OLE color: 7689199.

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

Color convert

RGB 239 83 117 -
CMYK 0 0.65 0.51 0.06
HSL 346.92º 0.83% 0.63% -
HSV(B) 346.92º 0.65% 0.94% -
XYZ 41.9 25.82 19.61 -
YUV 133.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 239 83 117 0 0.65 0.51 0.06 346.92 0.83 0.63
Hex EF 53 75 0 41 33 6 15B 53 3F
Octal 357 123 165 0 101 63 6 533 123 77
Binary 11101111 1010011 1110101 0 1000001 110011 110 101011011 1010011 111111

Color Harmonies of #EF5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5375

Black with #EF5375

Text Example


Text Example

White with #EF5375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5375; }

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

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

background-color css

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

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

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

border-color css

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

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

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