Html Css Color HEX #E50CCB Shocking Pink

📋 copy color: '#E50CCB'

red 229 ◦ green 12 ◦ blue 203

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

Shades of Shocking Pink #E50CCB

Tints of Shocking Pink #E50CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 51.58%
G = 2.7%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E50CCB (or 0xE50CCB) is known color: Shocking Pink. HEX triplet: E5, 0C and CB. RGB value is (229,12,203). Sum of RGB (Red+Green+Blue) = 229+12+203=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CCB is #1AF334. Grayscale: #626262. Windows color (decimal): -1766197 or 13307109. OLE color: 13307109.

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

Color convert

RGB 229 12 203 -
CMYK 0 0.95 0.11 0.10
HSL 307.19º 0.9% 0.47% -
HSV(B) 307.19º 0.95% 0.9% -
XYZ 43.22 21.23 58.32 -
YUV 98.66 186.89 220.97 -
System Red Green Blue C M Y K H S L
Decimal 229 12 203 0 0.95 0.11 0.10 307.19 0.9 0.47
Hex E5 C CB 0 5F B A 133 5A 2F
Octal 345 14 313 0 137 13 12 463 132 57
Binary 11100101 1100 11001011 0 1011111 1011 1010 100110011 1011010 101111

Color Harmonies of #E50CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50CCB

Black with #E50CCB

Text Example


Text Example

White with #E50CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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