Html Css Color HEX #EE1B98 Deep Pink

📋 copy color: '#EE1B98'

red 238 ◦ green 27 ◦ blue 152

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

Shades of Deep Pink #EE1B98

Tints of Deep Pink #EE1B98

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.47%

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 57.07%
G = 6.47%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE1B98 (or 0xEE1B98) is known color: Deep Pink. HEX triplet: EE, 1B and 98. RGB value is (238,27,152). Sum of RGB (Red+Green+Blue) = 238+27+152=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1B98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1B98 is #11E467. Grayscale: #686868. Windows color (decimal): -1172584 or 9968622. OLE color: 9968622.

HSL color Cylindrical-coordinate representation of color #EE1B98: hue angle of 324.45º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1B98 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 27 152 -
CMYK 0 0.89 0.36 0.07
HSL 324.46º 0.86% 0.52% -
HSV(B) 324.46º 0.89% 0.93% -
XYZ 41.32 21.23 31.63 -
YUV 104.34 154.9 223.34 -
System Red Green Blue C M Y K H S L
Decimal 238 27 152 0 0.89 0.36 0.07 324.46 0.86 0.52
Hex EE 1B 98 0 59 24 7 144 56 34
Octal 356 33 230 0 131 44 7 504 126 64
Binary 11101110 11011 10011000 0 1011001 100100 111 101000100 1010110 110100

Color Harmonies of #EE1B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1B98

Black with #EE1B98

Text Example


Text Example

White with #EE1B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1B98; }

 p { color: rgb(238,27,152); }

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

background-color css

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

 a { background-color: rgb(238,27,152); }

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

border-color css

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

 span { border-color: rgb(238,27,152); }

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