Html Css Color HEX #E11CCC Shocking Pink

📋 copy color: '#E11CCC'

red 225 ◦ green 28 ◦ blue 204

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

Shades of Shocking Pink #E11CCC

Tints of Shocking Pink #E11CCC

RGB

 RED value IS 225 (88.28% from 255) = 49.23%

 GREEN value IS 28 (11.33% from 255) = 6.13%

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 49.23%
G = 6.13%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E11CCC (or 0xE11CCC) is known color: Shocking Pink. HEX triplet: E1, 1C and CC. RGB value is (225,28,204). Sum of RGB (Red+Green+Blue) = 225+28+204=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CCC is #1EE333. Grayscale: #6A6A6A. Windows color (decimal): -2024244 or 13376737. OLE color: 13376737.

HSL color Cylindrical-coordinate representation of color #E11CCC: hue angle of 306.4º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CCC is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 28 204 -
CMYK 0 0.88 0.09 0.12
HSL 306.4º 0.78% 0.5% -
HSV(B) 306.4º 0.88% 0.88% -
XYZ 42.37 21.2 58.99 -
YUV 106.97 182.77 212.19 -
System Red Green Blue C M Y K H S L
Decimal 225 28 204 0 0.88 0.09 0.12 306.4 0.78 0.5
Hex E1 1C CC 0 58 9 C 132 4E 32
Octal 341 34 314 0 130 11 14 462 116 62
Binary 11100001 11100 11001100 0 1011000 1001 1100 100110010 1001110 110010

Color Harmonies of #E11CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CCC

Black with #E11CCC

Text Example


Text Example

White with #E11CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CCC; }

 p { color: rgb(225,28,204); }

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

background-color css

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

 a { background-color: rgb(225,28,204); }

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

border-color css

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

 span { border-color: rgb(225,28,204); }

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