Html Css Color HEX #EF4F75 Dark Pink

📋 copy color: '#EF4F75'

red 239 ◦ green 79 ◦ blue 117

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

Shades of Dark Pink #EF4F75

Tints of Dark Pink #EF4F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.16%

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

R = 54.94%
G = 18.16%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF4F75 (or 0xEF4F75) is known color: Dark Pink. HEX triplet: EF, 4F and 75. RGB value is (239,79,117). Sum of RGB (Red+Green+Blue) = 239+79+117=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4F75 is #10B08A. Grayscale: #838383. Windows color (decimal): -1093771 or 7688175. OLE color: 7688175.

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

Color convert

RGB 239 79 117 -
CMYK 0 0.67 0.51 0.06
HSL 345.75º 0.83% 0.62% -
HSV(B) 345.75º 0.67% 0.94% -
XYZ 41.6 25.23 19.51 -
YUV 131.17 120.01 204.91 -
System Red Green Blue C M Y K H S L
Decimal 239 79 117 0 0.67 0.51 0.06 345.75 0.83 0.62
Hex EF 4F 75 0 43 33 6 15A 53 3E
Octal 357 117 165 0 103 63 6 532 123 76
Binary 11101111 1001111 1110101 0 1000011 110011 110 101011010 1010011 111110

Color Harmonies of #EF4F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4F75

Black with #EF4F75

Text Example


Text Example

White with #EF4F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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