Html Css Color HEX #EE057D Deep Pink

📋 copy color: '#EE057D'

red 238 ◦ green 5 ◦ blue 125

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

Shades of Deep Pink #EE057D

Tints of Deep Pink #EE057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 64.67%
G = 1.36%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE057D (or 0xEE057D) is known color: Deep Pink. HEX triplet: EE, 05 and 7D. RGB value is (238,5,125). Sum of RGB (Red+Green+Blue) = 238+5+125=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE057D is #11FA82. Grayscale: #585858. Windows color (decimal): -1178243 or 8193518. OLE color: 8193518.

HSL color Cylindrical-coordinate representation of color #EE057D: hue angle of 329.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE057D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 5 125 -
CMYK 0 0.98 0.47 0.07
HSL 329.1º 0.96% 0.48% -
HSV(B) 329.1º 0.98% 0.93% -
XYZ 39.02 19.77 21.16 -
YUV 88.35 148.69 234.74 -
System Red Green Blue C M Y K H S L
Decimal 238 5 125 0 0.98 0.47 0.07 329.1 0.96 0.48
Hex EE 5 7D 0 62 2F 7 149 60 30
Octal 356 5 175 0 142 57 7 511 140 60
Binary 11101110 101 1111101 0 1100010 101111 111 101001001 1100000 110000

Color Harmonies of #EE057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE057D

Black with #EE057D

Text Example


Text Example

White with #EE057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE057D; }

 p { color: rgb(238,5,125); }

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

background-color css

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

 a { background-color: rgb(238,5,125); }

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

border-color css

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

 span { border-color: rgb(238,5,125); }

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