Html Css Color HEX #EE4E70 Dark Pink

📋 copy color: '#EE4E70'

red 238 ◦ green 78 ◦ blue 112

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

Shades of Dark Pink #EE4E70

Tints of Dark Pink #EE4E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.22%

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

R = 55.61%
G = 18.22%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE4E70 (or 0xEE4E70) is known color: Dark Pink. HEX triplet: EE, 4E and 70. RGB value is (238,78,112). Sum of RGB (Red+Green+Blue) = 238+78+112=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE4E70 is #11B18F. Grayscale: #818181. Windows color (decimal): -1159568 or 7360238. OLE color: 7360238.

HSL color Cylindrical-coordinate representation of color #EE4E70: hue angle of 347.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE4E70 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 78 112 -
CMYK 0 0.67 0.53 0.07
HSL 347.25º 0.82% 0.62% -
HSV(B) 347.25º 0.67% 0.93% -
XYZ 40.91 24.8 17.96 -
YUV 129.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 238 78 112 0 0.67 0.53 0.07 347.25 0.82 0.62
Hex EE 4E 70 0 43 35 7 15B 52 3E
Octal 356 116 160 0 103 65 7 533 122 76
Binary 11101110 1001110 1110000 0 1000011 110101 111 101011011 1010010 111110

Color Harmonies of #EE4E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4E70

Black with #EE4E70

Text Example


Text Example

White with #EE4E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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