Html Css Color HEX #EE1AD2 Shocking Pink

📋 copy color: '#EE1AD2'

red 238 ◦ green 26 ◦ blue 210

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

Shades of Shocking Pink #EE1AD2

Tints of Shocking Pink #EE1AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.3%

R = 50.21%
G = 5.49%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE1AD2 (or 0xEE1AD2) is known color: Shocking Pink. HEX triplet: EE, 1A and D2. RGB value is (238,26,210). Sum of RGB (Red+Green+Blue) = 238+26+210=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1AD2 is #11E52D. Grayscale: #6D6D6D. Windows color (decimal): -1172782 or 13769454. OLE color: 13769454.

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

Color convert

RGB 238 26 210 -
CMYK 0 0.89 0.12 0.07
HSL 307.92º 0.86% 0.52% -
HSV(B) 307.92º 0.89% 0.93% -
XYZ 47.26 23.57 63.03 -
YUV 110.36 184.24 219.04 -
System Red Green Blue C M Y K H S L
Decimal 238 26 210 0 0.89 0.12 0.07 307.92 0.86 0.52
Hex EE 1A D2 0 59 C 7 134 56 34
Octal 356 32 322 0 131 14 7 464 126 64
Binary 11101110 11010 11010010 0 1011001 1100 111 100110100 1010110 110100

Color Harmonies of #EE1AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1AD2

Black with #EE1AD2

Text Example


Text Example

White with #EE1AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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