Html Css Color HEX #EE19BE Shocking Pink

📋 copy color: '#EE19BE'

red 238 ◦ green 25 ◦ blue 190

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

Shades of Shocking Pink #EE19BE

Tints of Shocking Pink #EE19BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.52%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 52.54%
G = 5.52%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE19BE (or 0xEE19BE) is known color: Shocking Pink. HEX triplet: EE, 19 and BE. RGB value is (238,25,190). Sum of RGB (Red+Green+Blue) = 238+25+190=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE19BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE19BE is #11E641. Grayscale: #6B6B6B. Windows color (decimal): -1173058 or 12458478. OLE color: 12458478.

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

Color convert

RGB 238 25 190 -
CMYK 0 0.89 0.20 0.07
HSL 313.52º 0.86% 0.52% -
HSV(B) 313.52º 0.89% 0.93% -
XYZ 44.9 22.59 50.71 -
YUV 107.5 174.57 221.08 -
System Red Green Blue C M Y K H S L
Decimal 238 25 190 0 0.89 0.20 0.07 313.52 0.86 0.52
Hex EE 19 BE 0 59 14 7 13A 56 34
Octal 356 31 276 0 131 24 7 472 126 64
Binary 11101110 11001 10111110 0 1011001 10100 111 100111010 1010110 110100

Color Harmonies of #EE19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE19BE

Black with #EE19BE

Text Example


Text Example

White with #EE19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE19BE; }

 p { color: rgb(238,25,190); }

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

background-color css

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

 a { background-color: rgb(238,25,190); }

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

border-color css

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

 span { border-color: rgb(238,25,190); }

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