Html Css Color HEX #EF4877 Dark Pink

📋 copy color: '#EF4877'

red 239 ◦ green 72 ◦ blue 119

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

Shades of Dark Pink #EF4877

Tints of Dark Pink #EF4877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.74%

 BLUE value IS 119 (46.88% from 255) = 27.67%

R = 55.58%
G = 16.74%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF4877 (or 0xEF4877) is known color: Dark Pink. HEX triplet: EF, 48 and 77. RGB value is (239,72,119). Sum of RGB (Red+Green+Blue) = 239+72+119=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4877 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4877 is #10B788. Grayscale: #7F7F7F. Windows color (decimal): -1095561 or 7817455. OLE color: 7817455.

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

Color convert

RGB 239 72 119 -
CMYK 0 0.70 0.50 0.06
HSL 343.11º 0.84% 0.61% -
HSV(B) 343.11º 0.7% 0.94% -
XYZ 41.24 24.32 19.97 -
YUV 127.29 123.33 207.68 -
System Red Green Blue C M Y K H S L
Decimal 239 72 119 0 0.70 0.50 0.06 343.11 0.84 0.61
Hex EF 48 77 0 46 32 6 157 54 3D
Octal 357 110 167 0 106 62 6 527 124 75
Binary 11101111 1001000 1110111 0 1000110 110010 110 101010111 1010100 111101

Color Harmonies of #EF4877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4877

Black with #EF4877

Text Example


Text Example

White with #EF4877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4877; }

 p { color: rgb(239,72,119); }

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

background-color css

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

 a { background-color: rgb(239,72,119); }

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

border-color css

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

 span { border-color: rgb(239,72,119); }

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