Html Css Color HEX #EF4F81 Dark Pink

📋 copy color: '#EF4F81'

red 239 ◦ green 79 ◦ blue 129

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

Shades of Dark Pink #EF4F81

Tints of Dark Pink #EF4F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 53.47%
G = 17.67%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF4F81 (or 0xEF4F81) is known color: Dark Pink. HEX triplet: EF, 4F and 81. RGB value is (239,79,129). Sum of RGB (Red+Green+Blue) = 239+79+129=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4F81 is #10B07E. Grayscale: #848484. Windows color (decimal): -1093759 or 8474607. OLE color: 8474607.

HSL color Cylindrical-coordinate representation of color #EF4F81: hue angle of 341.25º 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 #EF4F81 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 79 129 -
CMYK 0 0.67 0.46 0.06
HSL 341.25º 0.83% 0.62% -
HSV(B) 341.25º 0.67% 0.94% -
XYZ 42.36 25.53 23.46 -
YUV 132.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 239 79 129 0 0.67 0.46 0.06 341.25 0.83 0.62
Hex EF 4F 81 0 43 2E 6 155 53 3E
Octal 357 117 201 0 103 56 6 525 123 76
Binary 11101111 1001111 10000001 0 1000011 101110 110 101010101 1010011 111110

Color Harmonies of #EF4F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4F81

Black with #EF4F81

Text Example


Text Example

White with #EF4F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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