Html Css Color HEX #EE1ACD Shocking Pink

📋 copy color: '#EE1ACD'

red 238 ◦ green 26 ◦ blue 205

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

Shades of Shocking Pink #EE1ACD

Tints of Shocking Pink #EE1ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 50.75%
G = 5.54%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE1ACD (or 0xEE1ACD) is known color: Shocking Pink. HEX triplet: EE, 1A and CD. RGB value is (238,26,205). Sum of RGB (Red+Green+Blue) = 238+26+205=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ACD is #11E532. Grayscale: #6D6D6D. Windows color (decimal): -1172787 or 13441774. OLE color: 13441774.

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

Color convert

RGB 238 26 205 -
CMYK 0 0.89 0.14 0.07
HSL 309.34º 0.86% 0.52% -
HSV(B) 309.34º 0.89% 0.93% -
XYZ 46.65 23.32 59.8 -
YUV 109.79 181.74 219.45 -
System Red Green Blue C M Y K H S L
Decimal 238 26 205 0 0.89 0.14 0.07 309.34 0.86 0.52
Hex EE 1A CD 0 59 E 7 135 56 34
Octal 356 32 315 0 131 16 7 465 126 64
Binary 11101110 11010 11001101 0 1011001 1110 111 100110101 1010110 110100

Color Harmonies of #EE1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1ACD

Black with #EE1ACD

Text Example


Text Example

White with #EE1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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