Html Css Color HEX #EE058B Deep Pink

📋 copy color: '#EE058B'

red 238 ◦ green 5 ◦ blue 139

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

Shades of Deep Pink #EE058B

Tints of Deep Pink #EE058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 62.3%
G = 1.31%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE058B (or 0xEE058B) is known color: Deep Pink. HEX triplet: EE, 05 and 8B. RGB value is (238,5,139). Sum of RGB (Red+Green+Blue) = 238+5+139=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE058B is #11FA74. Grayscale: #595959. Windows color (decimal): -1178229 or 9111022. OLE color: 9111022.

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

Color convert

RGB 238 5 139 -
CMYK 0 0.98 0.42 0.07
HSL 325.49º 0.96% 0.48% -
HSV(B) 325.49º 0.98% 0.93% -
XYZ 39.97 20.15 26.21 -
YUV 89.94 155.69 233.6 -
System Red Green Blue C M Y K H S L
Decimal 238 5 139 0 0.98 0.42 0.07 325.49 0.96 0.48
Hex EE 5 8B 0 62 2A 7 145 60 30
Octal 356 5 213 0 142 52 7 505 140 60
Binary 11101110 101 10001011 0 1100010 101010 111 101000101 1100000 110000

Color Harmonies of #EE058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE058B

Black with #EE058B

Text Example


Text Example

White with #EE058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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