Html Css Color HEX #EE1ACE Shocking Pink

📋 copy color: '#EE1ACE'

red 238 ◦ green 26 ◦ blue 206

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

Shades of Shocking Pink #EE1ACE

Tints of Shocking Pink #EE1ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 50.64%
G = 5.53%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE1ACE (or 0xEE1ACE) is known color: Shocking Pink. HEX triplet: EE, 1A and CE. RGB value is (238,26,206). Sum of RGB (Red+Green+Blue) = 238+26+206=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ACE is #11E531. Grayscale: #6D6D6D. Windows color (decimal): -1172786 or 13507310. OLE color: 13507310.

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

Color convert

RGB 238 26 206 -
CMYK 0 0.89 0.13 0.07
HSL 309.06º 0.86% 0.52% -
HSV(B) 309.06º 0.89% 0.93% -
XYZ 46.77 23.37 60.44 -
YUV 109.91 182.24 219.36 -
System Red Green Blue C M Y K H S L
Decimal 238 26 206 0 0.89 0.13 0.07 309.06 0.86 0.52
Hex EE 1A CE 0 59 D 7 135 56 34
Octal 356 32 316 0 131 15 7 465 126 64
Binary 11101110 11010 11001110 0 1011001 1101 111 100110101 1010110 110100

Color Harmonies of #EE1ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1ACE

Black with #EE1ACE

Text Example


Text Example

White with #EE1ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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