Html Css Color HEX #E513CD Shocking Pink

📋 copy color: '#E513CD'

red 229 ◦ green 19 ◦ blue 205

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

Shades of Shocking Pink #E513CD

Tints of Shocking Pink #E513CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.19%

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

R = 50.55%
G = 4.19%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E513CD (or 0xE513CD) is known color: Shocking Pink. HEX triplet: E5, 13 and CD. RGB value is (229,19,205). Sum of RGB (Red+Green+Blue) = 229+19+205=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 19 (7.81% from 255 or 4.19% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E513CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E513CD is #1AEC32. Grayscale: #666666. Windows color (decimal): -1764403 or 13439973. OLE color: 13439973.

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

Color convert

RGB 229 19 205 -
CMYK 0 0.92 0.10 0.10
HSL 306.86º 0.85% 0.49% -
HSV(B) 306.86º 0.92% 0.9% -
XYZ 43.57 21.53 59.62 -
YUV 102.99 185.57 217.88 -
System Red Green Blue C M Y K H S L
Decimal 229 19 205 0 0.92 0.10 0.10 306.86 0.85 0.49
Hex E5 13 CD 0 5C A A 133 55 31
Octal 345 23 315 0 134 12 12 463 125 61
Binary 11100101 10011 11001101 0 1011100 1010 1010 100110011 1010101 110001

Color Harmonies of #E513CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513CD

Black with #E513CD

Text Example


Text Example

White with #E513CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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