Html Css Color HEX #E415CE Shocking Pink

📋 copy color: '#E415CE'

red 228 ◦ green 21 ◦ blue 206

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

Shades of Shocking Pink #E415CE

Tints of Shocking Pink #E415CE

RGB

 RED value IS 228 (89.45% from 255) = 50.11%

 GREEN value IS 21 (8.59% from 255) = 4.62%

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

R = 50.11%
G = 4.62%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E415CE (or 0xE415CE) is known color: Shocking Pink. HEX triplet: E4, 15 and CE. RGB value is (228,21,206). Sum of RGB (Red+Green+Blue) = 228+21+206=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E415CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E415CE is #1BEA31. Grayscale: #676767. Windows color (decimal): -1829426 or 13506020. OLE color: 13506020.

HSL color Cylindrical-coordinate representation of color #E415CE: hue angle of 306.38º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E415CE is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 21 206 -
CMYK 0 0.91 0.10 0.11
HSL 306.38º 0.83% 0.49% -
HSV(B) 306.38º 0.91% 0.89% -
XYZ 43.4 21.49 60.25 -
YUV 103.98 185.58 216.46 -
System Red Green Blue C M Y K H S L
Decimal 228 21 206 0 0.91 0.10 0.11 306.38 0.83 0.49
Hex E4 15 CE 0 5B A B 132 53 31
Octal 344 25 316 0 133 12 13 462 123 61
Binary 11100100 10101 11001110 0 1011011 1010 1011 100110010 1010011 110001

Color Harmonies of #E415CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415CE

Black with #E415CE

Text Example


Text Example

White with #E415CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415CE; }

 p { color: rgb(228,21,206); }

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

background-color css

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

 a { background-color: rgb(228,21,206); }

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

border-color css

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

 span { border-color: rgb(228,21,206); }

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