Html Css Color HEX #EE1ADA Shocking Pink

📋 copy color: '#EE1ADA'

red 238 ◦ green 26 ◦ blue 218

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

Shades of Shocking Pink #EE1ADA

Tints of Shocking Pink #EE1ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 49.38%
G = 5.39%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE1ADA (or 0xEE1ADA) is known color: Shocking Pink. HEX triplet: EE, 1A and DA. RGB value is (238,26,218). Sum of RGB (Red+Green+Blue) = 238+26+218=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ADA is #11E525. Grayscale: #6E6E6E. Windows color (decimal): -1172774 or 14293742. OLE color: 14293742.

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

Color convert

RGB 238 26 218 -
CMYK 0 0.89 0.08 0.07
HSL 305.66º 0.86% 0.52% -
HSV(B) 305.66º 0.89% 0.93% -
XYZ 48.28 23.98 68.41 -
YUV 111.28 188.24 218.39 -
System Red Green Blue C M Y K H S L
Decimal 238 26 218 0 0.89 0.08 0.07 305.66 0.86 0.52
Hex EE 1A DA 0 59 8 7 132 56 34
Octal 356 32 332 0 131 10 7 462 126 64
Binary 11101110 11010 11011010 0 1011001 1000 111 100110010 1010110 110100

Color Harmonies of #EE1ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1ADA

Black with #EE1ADA

Text Example


Text Example

White with #EE1ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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