Html Css Color HEX #E510D0 Shocking Pink

📋 copy color: '#E510D0'

red 229 ◦ green 16 ◦ blue 208

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

Shades of Shocking Pink #E510D0

Tints of Shocking Pink #E510D0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.53%

 BLUE value IS 208 (81.64% from 255) = 45.92%

R = 50.55%
G = 3.53%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E510D0 (or 0xE510D0) is known color: Shocking Pink. HEX triplet: E5, 10 and D0. RGB value is (229,16,208). Sum of RGB (Red+Green+Blue) = 229+16+208=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E510D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E510D0 is #1AEF2F. Grayscale: #656565. Windows color (decimal): -1765168 or 13635813. OLE color: 13635813.

HSL color Cylindrical-coordinate representation of color #E510D0: hue angle of 305.92º degrees, saturation: 0.87, 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 #E510D0 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 16 208 -
CMYK 0 0.93 0.09 0.10
HSL 305.92º 0.87% 0.48% -
HSV(B) 305.92º 0.93% 0.9% -
XYZ 43.88 21.58 61.53 -
YUV 101.58 188.07 218.89 -
System Red Green Blue C M Y K H S L
Decimal 229 16 208 0 0.93 0.09 0.10 305.92 0.87 0.48
Hex E5 10 D0 0 5D 9 A 132 57 30
Octal 345 20 320 0 135 11 12 462 127 60
Binary 11100101 10000 11010000 0 1011101 1001 1010 100110010 1010111 110000

Color Harmonies of #E510D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510D0

Black with #E510D0

Text Example


Text Example

White with #E510D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510D0; }

 p { color: rgb(229,16,208); }

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

background-color css

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

 a { background-color: rgb(229,16,208); }

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

border-color css

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

 span { border-color: rgb(229,16,208); }

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