Html Css Color HEX #EE027B Deep Pink

📋 copy color: '#EE027B'

red 238 ◦ green 2 ◦ blue 123

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

Shades of Deep Pink #EE027B

Tints of Deep Pink #EE027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 65.56%
G = 0.55%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE027B (or 0xEE027B) is known color: Deep Pink. HEX triplet: EE, 02 and 7B. RGB value is (238,2,123). Sum of RGB (Red+Green+Blue) = 238+2+123=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE027B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE027B is #11FD84. Grayscale: #565656. Windows color (decimal): -1179013 or 8061678. OLE color: 8061678.

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

Color convert

RGB 238 2 123 -
CMYK 0 0.99 0.48 0.07
HSL 329.24º 0.98% 0.47% -
HSV(B) 329.24º 0.99% 0.93% -
XYZ 38.86 19.65 20.48 -
YUV 86.36 148.69 236.16 -
System Red Green Blue C M Y K H S L
Decimal 238 2 123 0 0.99 0.48 0.07 329.24 0.98 0.47
Hex EE 2 7B 0 63 30 7 149 62 2F
Octal 356 2 173 0 143 60 7 511 142 57
Binary 11101110 10 1111011 0 1100011 110000 111 101001001 1100010 101111

Color Harmonies of #EE027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE027B

Black with #EE027B

Text Example


Text Example

White with #EE027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE027B; }

 p { color: rgb(238,2,123); }

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

background-color css

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

 a { background-color: rgb(238,2,123); }

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

border-color css

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

 span { border-color: rgb(238,2,123); }

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