Html Css Color HEX #EE188A Deep Pink

📋 copy color: '#EE188A'

red 238 ◦ green 24 ◦ blue 138

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

Shades of Deep Pink #EE188A

Tints of Deep Pink #EE188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6%

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 59.5%
G = 6%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE188A (or 0xEE188A) is known color: Deep Pink. HEX triplet: EE, 18 and 8A. RGB value is (238,24,138). Sum of RGB (Red+Green+Blue) = 238+24+138=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE188A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE188A is #11E775. Grayscale: #646464. Windows color (decimal): -1173366 or 9050350. OLE color: 9050350.

HSL color Cylindrical-coordinate representation of color #EE188A: hue angle of 328.04º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE188A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 24 138 -
CMYK 0 0.90 0.42 0.07
HSL 328.04º 0.86% 0.51% -
HSV(B) 328.04º 0.9% 0.93% -
XYZ 40.17 20.67 25.92 -
YUV 100.98 148.9 225.73 -
System Red Green Blue C M Y K H S L
Decimal 238 24 138 0 0.90 0.42 0.07 328.04 0.86 0.51
Hex EE 18 8A 0 5A 2A 7 148 56 33
Octal 356 30 212 0 132 52 7 510 126 63
Binary 11101110 11000 10001010 0 1011010 101010 111 101001000 1010110 110011

Color Harmonies of #EE188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE188A

Black with #EE188A

Text Example


Text Example

White with #EE188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE188A; }

 p { color: rgb(238,24,138); }

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

background-color css

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

 a { background-color: rgb(238,24,138); }

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

border-color css

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

 span { border-color: rgb(238,24,138); }

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