Html Css Color HEX #E718C2 Shocking Pink

📋 copy color: '#E718C2'

red 231 ◦ green 24 ◦ blue 194

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

Shades of Shocking Pink #E718C2

Tints of Shocking Pink #E718C2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.35%

 BLUE value IS 194 (76.17% from 255) = 43.21%

R = 51.45%
G = 5.35%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E718C2 (or 0xE718C2) is known color: Shocking Pink. HEX triplet: E7, 18 and C2. RGB value is (231,24,194). Sum of RGB (Red+Green+Blue) = 231+24+194=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E718C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718C2 is #18E73D. Grayscale: #686868. Windows color (decimal): -1632062 or 12720359. OLE color: 12720359.

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

Color convert

RGB 231 24 194 -
CMYK 0 0.90 0.16 0.09
HSL 310.72º 0.81% 0.5% -
HSV(B) 310.72º 0.9% 0.91% -
XYZ 43.02 21.54 52.93 -
YUV 105.27 178.08 217.68 -
System Red Green Blue C M Y K H S L
Decimal 231 24 194 0 0.90 0.16 0.09 310.72 0.81 0.5
Hex E7 18 C2 0 5A 10 9 137 51 32
Octal 347 30 302 0 132 20 11 467 121 62
Binary 11100111 11000 11000010 0 1011010 10000 1001 100110111 1010001 110010

Color Harmonies of #E718C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E718C2

Black with #E718C2

Text Example


Text Example

White with #E718C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E718C2; }

 p { color: rgb(231,24,194); }

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

background-color css

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

 a { background-color: rgb(231,24,194); }

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

border-color css

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

 span { border-color: rgb(231,24,194); }

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