Html Css Color HEX #E50FCE Shocking Pink

📋 copy color: '#E50FCE'

red 229 ◦ green 15 ◦ blue 206

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

Shades of Shocking Pink #E50FCE

Tints of Shocking Pink #E50FCE

RGB

 RED value IS 229 (89.84% from 255) = 50.89%

 GREEN value IS 15 (6.25% from 255) = 3.33%

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

R = 50.89%
G = 3.33%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E50FCE (or 0xE50FCE) is known color: Shocking Pink. HEX triplet: E5, 0F and CE. RGB value is (229,15,206). Sum of RGB (Red+Green+Blue) = 229+15+206=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FCE is #1AF031. Grayscale: #646464. Windows color (decimal): -1765426 or 13504485. OLE color: 13504485.

HSL color Cylindrical-coordinate representation of color #E50FCE: hue angle of 306.45º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50FCE is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 15 206 -
CMYK 0 0.93 0.10 0.10
HSL 306.45º 0.88% 0.48% -
HSV(B) 306.45º 0.93% 0.9% -
XYZ 43.62 21.46 60.23 -
YUV 100.76 187.4 219.47 -
System Red Green Blue C M Y K H S L
Decimal 229 15 206 0 0.93 0.10 0.10 306.45 0.88 0.48
Hex E5 F CE 0 5D A A 132 58 30
Octal 345 17 316 0 135 12 12 462 130 60
Binary 11100101 1111 11001110 0 1011101 1010 1010 100110010 1011000 110000

Color Harmonies of #E50FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FCE

Black with #E50FCE

Text Example


Text Example

White with #E50FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FCE; }

 p { color: rgb(229,15,206); }

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

background-color css

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

 a { background-color: rgb(229,15,206); }

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

border-color css

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

 span { border-color: rgb(229,15,206); }

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