Html Css Color HEX #E719CC Shocking Pink

📋 copy color: '#E719CC'

red 231 ◦ green 25 ◦ blue 204

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

Shades of Shocking Pink #E719CC

Tints of Shocking Pink #E719CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.43%

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 50.22%
G = 5.43%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E719CC (or 0xE719CC) is known color: Shocking Pink. HEX triplet: E7, 19 and CC. RGB value is (231,25,204). Sum of RGB (Red+Green+Blue) = 231+25+204=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E719CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E719CC is #18E633. Grayscale: #6A6A6A. Windows color (decimal): -1631796 or 13375975. OLE color: 13375975.

HSL color Cylindrical-coordinate representation of color #E719CC: hue angle of 307.86º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E719CC is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 25 204 -
CMYK 0 0.89 0.12 0.09
HSL 307.86º 0.81% 0.5% -
HSV(B) 307.86º 0.89% 0.91% -
XYZ 44.2 22.04 59.05 -
YUV 107 182.75 216.45 -
System Red Green Blue C M Y K H S L
Decimal 231 25 204 0 0.89 0.12 0.09 307.86 0.81 0.5
Hex E7 19 CC 0 59 C 9 134 51 32
Octal 347 31 314 0 131 14 11 464 121 62
Binary 11100111 11001 11001100 0 1011001 1100 1001 100110100 1010001 110010

Color Harmonies of #E719CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E719CC

Black with #E719CC

Text Example


Text Example

White with #E719CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E719CC; }

 p { color: rgb(231,25,204); }

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

background-color css

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

 a { background-color: rgb(231,25,204); }

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

border-color css

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

 span { border-color: rgb(231,25,204); }

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