Html Css Color HEX #E50BC4 Shocking Pink

📋 copy color: '#E50BC4'

red 229 ◦ green 11 ◦ blue 196

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

Shades of Shocking Pink #E50BC4

Tints of Shocking Pink #E50BC4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.52%

 BLUE value IS 196 (76.95% from 255) = 44.95%

R = 52.52%
G = 2.52%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E50BC4 (or 0xE50BC4) is known color: Shocking Pink. HEX triplet: E5, 0B and C4. RGB value is (229,11,196). Sum of RGB (Red+Green+Blue) = 229+11+196=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BC4 is #1AF43B. Grayscale: #606060. Windows color (decimal): -1766460 or 12848101. OLE color: 12848101.

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

Color convert

RGB 229 11 196 -
CMYK 0 0.95 0.14 0.10
HSL 309.08º 0.91% 0.47% -
HSV(B) 309.08º 0.95% 0.9% -
XYZ 42.4 20.88 54.02 -
YUV 97.27 183.72 221.96 -
System Red Green Blue C M Y K H S L
Decimal 229 11 196 0 0.95 0.14 0.10 309.08 0.91 0.47
Hex E5 B C4 0 5F E A 135 5B 2F
Octal 345 13 304 0 137 16 12 465 133 57
Binary 11100101 1011 11000100 0 1011111 1110 1010 100110101 1011011 101111

Color Harmonies of #E50BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BC4

Black with #E50BC4

Text Example


Text Example

White with #E50BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BC4; }

 p { color: rgb(229,11,196); }

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

background-color css

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

 a { background-color: rgb(229,11,196); }

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

border-color css

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

 span { border-color: rgb(229,11,196); }

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