Html Css Color HEX #E719CD Shocking Pink

📋 copy color: '#E719CD'

red 231 ◦ green 25 ◦ blue 205

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

Shades of Shocking Pink #E719CD

Tints of Shocking Pink #E719CD

RGB

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

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

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

R = 50.11%
G = 5.42%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E719CD (or 0xE719CD) is known color: Shocking Pink. HEX triplet: E7, 19 and CD. RGB value is (231,25,205). Sum of RGB (Red+Green+Blue) = 231+25+205=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E719CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E719CD is #18E632. Grayscale: #6A6A6A. Windows color (decimal): -1631795 or 13441511. OLE color: 13441511.

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

Color convert

RGB 231 25 205 -
CMYK 0 0.89 0.11 0.09
HSL 307.57º 0.81% 0.5% -
HSV(B) 307.57º 0.89% 0.91% -
XYZ 44.32 22.09 59.69 -
YUV 107.11 183.25 216.36 -
System Red Green Blue C M Y K H S L
Decimal 231 25 205 0 0.89 0.11 0.09 307.57 0.81 0.5
Hex E7 19 CD 0 59 B 9 134 51 32
Octal 347 31 315 0 131 13 11 464 121 62
Binary 11100111 11001 11001101 0 1011001 1011 1001 100110100 1010001 110010

Color Harmonies of #E719CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E719CD

Black with #E719CD

Text Example


Text Example

White with #E719CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E719CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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