Html Css Color HEX #E713CF Shocking Pink

📋 copy color: '#E713CF'

red 231 ◦ green 19 ◦ blue 207

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

Shades of Shocking Pink #E713CF

Tints of Shocking Pink #E713CF

RGB

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

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

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

R = 50.55%
G = 4.16%
B = 45.3%

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

#E713CF (or 0xE713CF) is known color: Shocking Pink. HEX triplet: E7, 13 and CF. RGB value is (231,19,207). Sum of RGB (Red+Green+Blue) = 231+19+207=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 19 (7.81% from 255 or 4.16% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E713CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713CF is #18EC30. Grayscale: #676767. Windows color (decimal): -1633329 or 13571047. OLE color: 13571047.

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

Color convert

RGB 231 19 207 -
CMYK 0 0.92 0.10 0.09
HSL 306.79º 0.85% 0.49% -
HSV(B) 306.79º 0.92% 0.91% -
XYZ 44.45 21.96 60.93 -
YUV 103.82 186.24 218.71 -
System Red Green Blue C M Y K H S L
Decimal 231 19 207 0 0.92 0.10 0.09 306.79 0.85 0.49
Hex E7 13 CF 0 5C A 9 133 55 31
Octal 347 23 317 0 134 12 11 463 125 61
Binary 11100111 10011 11001111 0 1011100 1010 1001 100110011 1010101 110001

Color Harmonies of #E713CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E713CF

Black with #E713CF

Text Example


Text Example

White with #E713CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E713CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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