Html Css Color HEX #E11CC8 Shocking Pink

📋 copy color: '#E11CC8'

red 225 ◦ green 28 ◦ blue 200

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

Shades of Shocking Pink #E11CC8

Tints of Shocking Pink #E11CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.15%

R = 49.67%
G = 6.18%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E11CC8 (or 0xE11CC8) is known color: Shocking Pink. HEX triplet: E1, 1C and C8. RGB value is (225,28,200). Sum of RGB (Red+Green+Blue) = 225+28+200=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CC8 is #1EE337. Grayscale: #6A6A6A. Windows color (decimal): -2024248 or 13114593. OLE color: 13114593.

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

Color convert

RGB 225 28 200 -
CMYK 0 0.88 0.11 0.12
HSL 307.61º 0.78% 0.5% -
HSV(B) 307.61º 0.88% 0.88% -
XYZ 41.89 21.01 56.49 -
YUV 106.51 180.77 212.51 -
System Red Green Blue C M Y K H S L
Decimal 225 28 200 0 0.88 0.11 0.12 307.61 0.78 0.5
Hex E1 1C C8 0 58 B C 134 4E 32
Octal 341 34 310 0 130 13 14 464 116 62
Binary 11100001 11100 11001000 0 1011000 1011 1100 100110100 1001110 110010

Color Harmonies of #E11CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CC8

Black with #E11CC8

Text Example


Text Example

White with #E11CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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