Html Css Color HEX #EE1ABB Shocking Pink

📋 copy color: '#EE1ABB'

red 238 ◦ green 26 ◦ blue 187

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

Shades of Shocking Pink #EE1ABB

Tints of Shocking Pink #EE1ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 52.77%
G = 5.76%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE1ABB (or 0xEE1ABB) is known color: Shocking Pink. HEX triplet: EE, 1A and BB. RGB value is (238,26,187). Sum of RGB (Red+Green+Blue) = 238+26+187=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ABB is #11E544. Grayscale: #6B6B6B. Windows color (decimal): -1172805 or 12262126. OLE color: 12262126.

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

Color convert

RGB 238 26 187 -
CMYK 0 0.89 0.21 0.07
HSL 314.43º 0.86% 0.52% -
HSV(B) 314.43º 0.89% 0.93% -
XYZ 44.6 22.5 49.01 -
YUV 107.74 172.74 220.91 -
System Red Green Blue C M Y K H S L
Decimal 238 26 187 0 0.89 0.21 0.07 314.43 0.86 0.52
Hex EE 1A BB 0 59 15 7 13A 56 34
Octal 356 32 273 0 131 25 7 472 126 64
Binary 11101110 11010 10111011 0 1011001 10101 111 100111010 1010110 110100

Color Harmonies of #EE1ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1ABB

Black with #EE1ABB

Text Example


Text Example

White with #EE1ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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