Html Css Color HEX #E513CF Shocking Pink

📋 copy color: '#E513CF'

red 229 ◦ green 19 ◦ blue 207

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

Shades of Shocking Pink #E513CF

Tints of Shocking Pink #E513CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 50.33%
G = 4.18%
B = 45.49%

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

#E513CF (or 0xE513CF) is known color: Shocking Pink. HEX triplet: E5, 13 and CF. RGB value is (229,19,207). Sum of RGB (Red+Green+Blue) = 229+19+207=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E513CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E513CF is #1AEC30. Grayscale: #666666. Windows color (decimal): -1764401 or 13571045. OLE color: 13571045.

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

Color convert

RGB 229 19 207 -
CMYK 0 0.92 0.10 0.10
HSL 306.29º 0.85% 0.49% -
HSV(B) 306.29º 0.92% 0.9% -
XYZ 43.81 21.63 60.9 -
YUV 103.22 186.57 217.71 -
System Red Green Blue C M Y K H S L
Decimal 229 19 207 0 0.92 0.10 0.10 306.29 0.85 0.49
Hex E5 13 CF 0 5C A A 132 55 31
Octal 345 23 317 0 134 12 12 462 125 61
Binary 11100101 10011 11001111 0 1011100 1010 1010 100110010 1010101 110001

Color Harmonies of #E513CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513CF

Black with #E513CF

Text Example


Text Example

White with #E513CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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