Html Css Color HEX #E50CCD Shocking Pink

📋 copy color: '#E50CCD'

red 229 ◦ green 12 ◦ blue 205

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

Shades of Shocking Pink #E50CCD

Tints of Shocking Pink #E50CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.69%

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 51.35%
G = 2.69%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E50CCD (or 0xE50CCD) is known color: Shocking Pink. HEX triplet: E5, 0C and CD. RGB value is (229,12,205). Sum of RGB (Red+Green+Blue) = 229+12+205=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CCD is #1AF332. Grayscale: #626262. Windows color (decimal): -1766195 or 13438181. OLE color: 13438181.

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

Color convert

RGB 229 12 205 -
CMYK 0 0.95 0.10 0.10
HSL 306.64º 0.9% 0.47% -
HSV(B) 306.64º 0.95% 0.9% -
XYZ 43.46 21.33 59.58 -
YUV 98.89 187.89 220.81 -
System Red Green Blue C M Y K H S L
Decimal 229 12 205 0 0.95 0.10 0.10 306.64 0.9 0.47
Hex E5 C CD 0 5F A A 133 5A 2F
Octal 345 14 315 0 137 12 12 463 132 57
Binary 11100101 1100 11001101 0 1011111 1010 1010 100110011 1011010 101111

Color Harmonies of #E50CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50CCD

Black with #E50CCD

Text Example


Text Example

White with #E50CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50CCD; }

 p { color: rgb(229,12,205); }

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

background-color css

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

 a { background-color: rgb(229,12,205); }

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

border-color css

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

 span { border-color: rgb(229,12,205); }

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