Html Css Color HEX #E510CD Shocking Pink

📋 copy color: '#E510CD'

red 229 ◦ green 16 ◦ blue 205

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

Shades of Shocking Pink #E510CD

Tints of Shocking Pink #E510CD

RGB

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

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

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

R = 50.89%
G = 3.56%
B = 45.56%

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

#E510CD (or 0xE510CD) is known color: Shocking Pink. HEX triplet: E5, 10 and CD. RGB value is (229,16,205). Sum of RGB (Red+Green+Blue) = 229+16+205=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E510CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E510CD is #1AEF32. Grayscale: #646464. Windows color (decimal): -1765171 or 13439205. OLE color: 13439205.

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

Color convert

RGB 229 16 205 -
CMYK 0 0.93 0.10 0.10
HSL 306.76º 0.87% 0.48% -
HSV(B) 306.76º 0.93% 0.9% -
XYZ 43.52 21.44 59.6 -
YUV 101.23 186.57 219.13 -
System Red Green Blue C M Y K H S L
Decimal 229 16 205 0 0.93 0.10 0.10 306.76 0.87 0.48
Hex E5 10 CD 0 5D A A 133 57 30
Octal 345 20 315 0 135 12 12 463 127 60
Binary 11100101 10000 11001101 0 1011101 1010 1010 100110011 1010111 110000

Color Harmonies of #E510CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510CD

Black with #E510CD

Text Example


Text Example

White with #E510CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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