Html Css Color HEX #EE4770 Dark Pink

📋 copy color: '#EE4770'

red 238 ◦ green 71 ◦ blue 112

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

Shades of Dark Pink #EE4770

Tints of Dark Pink #EE4770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 56.53%
G = 16.86%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE4770 (or 0xEE4770) is known color: Dark Pink. HEX triplet: EE, 47 and 70. RGB value is (238,71,112). Sum of RGB (Red+Green+Blue) = 238+71+112=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4770 is #11B88F. Grayscale: #7D7D7D. Windows color (decimal): -1161360 or 7358446. OLE color: 7358446.

HSL color Cylindrical-coordinate representation of color #EE4770: hue angle of 345.27º 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 #EE4770 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 71 112 -
CMYK 0 0.70 0.53 0.07
HSL 345.27º 0.83% 0.61% -
HSV(B) 345.27º 0.7% 0.93% -
XYZ 40.44 23.85 17.8 -
YUV 125.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 238 71 112 0 0.70 0.53 0.07 345.27 0.83 0.61
Hex EE 47 70 0 46 35 7 159 53 3D
Octal 356 107 160 0 106 65 7 531 123 75
Binary 11101110 1000111 1110000 0 1000110 110101 111 101011001 1010011 111101

Color Harmonies of #EE4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4770

Black with #EE4770

Text Example


Text Example

White with #EE4770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4770; }

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

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

background-color css

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

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

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

border-color css

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

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

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