Html Css Color HEX #EE1ABE Shocking Pink

📋 copy color: '#EE1ABE'

red 238 ◦ green 26 ◦ blue 190

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

Shades of Shocking Pink #EE1ABE

Tints of Shocking Pink #EE1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.73%

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

R = 52.42%
G = 5.73%
B = 41.85%

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

#EE1ABE (or 0xEE1ABE) is known color: Shocking Pink. HEX triplet: EE, 1A and BE. RGB value is (238,26,190). Sum of RGB (Red+Green+Blue) = 238+26+190=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ABE is #11E541. Grayscale: #6B6B6B. Windows color (decimal): -1172802 or 12458734. OLE color: 12458734.

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

Color convert

RGB 238 26 190 -
CMYK 0 0.89 0.20 0.07
HSL 313.58º 0.86% 0.52% -
HSV(B) 313.58º 0.89% 0.93% -
XYZ 44.92 22.63 50.72 -
YUV 108.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 238 26 190 0 0.89 0.20 0.07 313.58 0.86 0.52
Hex EE 1A BE 0 59 14 7 13A 56 34
Octal 356 32 276 0 131 24 7 472 126 64
Binary 11101110 11010 10111110 0 1011001 10100 111 100111010 1010110 110100

Color Harmonies of #EE1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1ABE

Black with #EE1ABE

Text Example


Text Example

White with #EE1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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