Html Css Color HEX #EE057A Deep Pink

📋 copy color: '#EE057A'

red 238 ◦ green 5 ◦ blue 122

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

Shades of Deep Pink #EE057A

Tints of Deep Pink #EE057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 65.21%
G = 1.37%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE057A (or 0xEE057A) is known color: Deep Pink. HEX triplet: EE, 05 and 7A. RGB value is (238,5,122). Sum of RGB (Red+Green+Blue) = 238+5+122=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE057A is #11FA85. Grayscale: #575757. Windows color (decimal): -1178246 or 7996910. OLE color: 7996910.

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

Color convert

RGB 238 5 122 -
CMYK 0 0.98 0.49 0.07
HSL 329.87º 0.96% 0.48% -
HSV(B) 329.87º 0.98% 0.93% -
XYZ 38.83 19.69 20.17 -
YUV 88.01 147.19 234.99 -
System Red Green Blue C M Y K H S L
Decimal 238 5 122 0 0.98 0.49 0.07 329.87 0.96 0.48
Hex EE 5 7A 0 62 31 7 14A 60 30
Octal 356 5 172 0 142 61 7 512 140 60
Binary 11101110 101 1111010 0 1100010 110001 111 101001010 1100000 110000

Color Harmonies of #EE057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE057A

Black with #EE057A

Text Example


Text Example

White with #EE057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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