Html Css Color HEX #EE18BA Shocking Pink

📋 copy color: '#EE18BA'

red 238 ◦ green 24 ◦ blue 186

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

Shades of Shocking Pink #EE18BA

Tints of Shocking Pink #EE18BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 53.13%
G = 5.36%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE18BA (or 0xEE18BA) is known color: Shocking Pink. HEX triplet: EE, 18 and BA. RGB value is (238,24,186). Sum of RGB (Red+Green+Blue) = 238+24+186=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE18BA is #11E745. Grayscale: #6A6A6A. Windows color (decimal): -1173318 or 12196078. OLE color: 12196078.

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

Color convert

RGB 238 24 186 -
CMYK 0 0.90 0.22 0.07
HSL 314.58º 0.86% 0.51% -
HSV(B) 314.58º 0.9% 0.93% -
XYZ 44.45 22.38 48.43 -
YUV 106.45 172.9 221.83 -
System Red Green Blue C M Y K H S L
Decimal 238 24 186 0 0.90 0.22 0.07 314.58 0.86 0.51
Hex EE 18 BA 0 5A 16 7 13B 56 33
Octal 356 30 272 0 132 26 7 473 126 63
Binary 11101110 11000 10111010 0 1011010 10110 111 100111011 1010110 110011

Color Harmonies of #EE18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18BA

Black with #EE18BA

Text Example


Text Example

White with #EE18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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