Html Css Color HEX #E514CD Shocking Pink

📋 copy color: '#E514CD'

red 229 ◦ green 20 ◦ blue 205

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

Shades of Shocking Pink #E514CD

Tints of Shocking Pink #E514CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.41%

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

R = 50.44%
G = 4.41%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E514CD (or 0xE514CD) is known color: Shocking Pink. HEX triplet: E5, 14 and CD. RGB value is (229,20,205). Sum of RGB (Red+Green+Blue) = 229+20+205=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E514CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514CD is #1AEB32. Grayscale: #676767. Windows color (decimal): -1764147 or 13440229. OLE color: 13440229.

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

Color convert

RGB 229 20 205 -
CMYK 0 0.91 0.10 0.10
HSL 306.89º 0.84% 0.49% -
HSV(B) 306.89º 0.91% 0.9% -
XYZ 43.58 21.57 59.62 -
YUV 103.58 185.24 217.46 -
System Red Green Blue C M Y K H S L
Decimal 229 20 205 0 0.91 0.10 0.10 306.89 0.84 0.49
Hex E5 14 CD 0 5B A A 133 54 31
Octal 345 24 315 0 133 12 12 463 124 61
Binary 11100101 10100 11001101 0 1011011 1010 1010 100110011 1010100 110001

Color Harmonies of #E514CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514CD

Black with #E514CD

Text Example


Text Example

White with #E514CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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