Html Css Color HEX #E713D1 Shocking Pink

📋 copy color: '#E713D1'

red 231 ◦ green 19 ◦ blue 209

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

Shades of Shocking Pink #E713D1

Tints of Shocking Pink #E713D1

RGB

 RED value IS 231 (90.63% from 255) = 50.33%

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

 BLUE value IS 209 (82.03% from 255) = 45.53%

R = 50.33%
G = 4.14%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E713D1 (or 0xE713D1) is known color: Shocking Pink. HEX triplet: E7, 13 and D1. RGB value is (231,19,209). Sum of RGB (Red+Green+Blue) = 231+19+209=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 19 (7.81% from 255 or 4.14% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E713D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713D1 is #18EC2E. Grayscale: #676767. Windows color (decimal): -1633327 or 13702119. OLE color: 13702119.

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

Color convert

RGB 231 19 209 -
CMYK 0 0.92 0.10 0.09
HSL 306.23º 0.85% 0.49% -
HSV(B) 306.23º 0.92% 0.91% -
XYZ 44.7 22.06 62.22 -
YUV 104.05 187.24 218.55 -
System Red Green Blue C M Y K H S L
Decimal 231 19 209 0 0.92 0.10 0.09 306.23 0.85 0.49
Hex E7 13 D1 0 5C A 9 132 55 31
Octal 347 23 321 0 134 12 11 462 125 61
Binary 11100111 10011 11010001 0 1011100 1010 1001 100110010 1010101 110001

Color Harmonies of #E713D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E713D1

Black with #E713D1

Text Example


Text Example

White with #E713D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E713D1; }

 p { color: rgb(231,19,209); }

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

background-color css

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

 a { background-color: rgb(231,19,209); }

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

border-color css

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

 span { border-color: rgb(231,19,209); }

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