Html Css Color HEX #E513CA Shocking Pink

📋 copy color: '#E513CA'

red 229 ◦ green 19 ◦ blue 202

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

Shades of Shocking Pink #E513CA

Tints of Shocking Pink #E513CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 50.89%
G = 4.22%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E513CA (or 0xE513CA) is known color: Shocking Pink. HEX triplet: E5, 13 and CA. RGB value is (229,19,202). Sum of RGB (Red+Green+Blue) = 229+19+202=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E513CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E513CA is #1AEC35. Grayscale: #666666. Windows color (decimal): -1764406 or 13243365. OLE color: 13243365.

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

Color convert

RGB 229 19 202 -
CMYK 0 0.92 0.12 0.10
HSL 307.71º 0.85% 0.49% -
HSV(B) 307.71º 0.92% 0.9% -
XYZ 43.21 21.39 57.73 -
YUV 102.65 184.07 218.12 -
System Red Green Blue C M Y K H S L
Decimal 229 19 202 0 0.92 0.12 0.10 307.71 0.85 0.49
Hex E5 13 CA 0 5C C A 134 55 31
Octal 345 23 312 0 134 14 12 464 125 61
Binary 11100101 10011 11001010 0 1011100 1100 1010 100110100 1010101 110001

Color Harmonies of #E513CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513CA

Black with #E513CA

Text Example


Text Example

White with #E513CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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