Html Css Color HEX #EE5070 Dark Pink

📋 copy color: '#EE5070'

red 238 ◦ green 80 ◦ blue 112

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

Shades of Dark Pink #EE5070

Tints of Dark Pink #EE5070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

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

R = 55.35%
G = 18.6%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE5070 (or 0xEE5070) is known color: Dark Pink. HEX triplet: EE, 50 and 70. RGB value is (238,80,112). Sum of RGB (Red+Green+Blue) = 238+80+112=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5070 is #11AF8F. Grayscale: #828282. Windows color (decimal): -1159056 or 7360750. OLE color: 7360750.

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

Color convert

RGB 238 80 112 -
CMYK 0 0.66 0.53 0.07
HSL 347.85º 0.82% 0.62% -
HSV(B) 347.85º 0.66% 0.93% -
XYZ 41.05 25.08 18.01 -
YUV 130.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 238 80 112 0 0.66 0.53 0.07 347.85 0.82 0.62
Hex EE 50 70 0 42 35 7 15C 52 3E
Octal 356 120 160 0 102 65 7 534 122 76
Binary 11101110 1010000 1110000 0 1000010 110101 111 101011100 1010010 111110

Color Harmonies of #EE5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5070

Black with #EE5070

Text Example


Text Example

White with #EE5070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5070; }

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

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

background-color css

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

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

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

border-color css

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

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

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