Html Css Color HEX #EE4774 Dark Pink

📋 copy color: '#EE4774'

red 238 ◦ green 71 ◦ blue 116

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

Shades of Dark Pink #EE4774

Tints of Dark Pink #EE4774

RGB

 RED value IS 238 (93.36% from 255) = 56%

 GREEN value IS 71 (28.13% from 255) = 16.71%

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 56%
G = 16.71%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE4774 (or 0xEE4774) is known color: Dark Pink. HEX triplet: EE, 47 and 74. RGB value is (238,71,116). Sum of RGB (Red+Green+Blue) = 238+71+116=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4774 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4774 is #11B88B. Grayscale: #7E7E7E. Windows color (decimal): -1161356 or 7620590. OLE color: 7620590.

HSL color Cylindrical-coordinate representation of color #EE4774: hue angle of 343.83º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE4774 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 71 116 -
CMYK 0 0.70 0.51 0.07
HSL 343.83º 0.83% 0.61% -
HSV(B) 343.83º 0.7% 0.93% -
XYZ 40.67 23.94 19 -
YUV 126.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 238 71 116 0 0.70 0.51 0.07 343.83 0.83 0.61
Hex EE 47 74 0 46 33 7 158 53 3D
Octal 356 107 164 0 106 63 7 530 123 75
Binary 11101110 1000111 1110100 0 1000110 110011 111 101011000 1010011 111101

Color Harmonies of #EE4774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4774

Black with #EE4774

Text Example


Text Example

White with #EE4774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4774; }

 p { color: rgb(238,71,116); }

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

background-color css

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

 a { background-color: rgb(238,71,116); }

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

border-color css

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

 span { border-color: rgb(238,71,116); }

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