Html Css Color HEX #E70EC2 Shocking Pink

📋 copy color: '#E70EC2'

red 231 ◦ green 14 ◦ blue 194

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

Shades of Shocking Pink #E70EC2

Tints of Shocking Pink #E70EC2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.19%

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

R = 52.62%
G = 3.19%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E70EC2 (or 0xE70EC2) is known color: Shocking Pink. HEX triplet: E7, 0E and C2. RGB value is (231,14,194). Sum of RGB (Red+Green+Blue) = 231+14+194=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E70EC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70EC2 is #18F13D. Grayscale: #626262. Windows color (decimal): -1634622 or 12717799. OLE color: 12717799.

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

Color convert

RGB 231 14 194 -
CMYK 0 0.94 0.16 0.09
HSL 310.23º 0.89% 0.48% -
HSV(B) 310.23º 0.94% 0.91% -
XYZ 42.85 21.2 52.87 -
YUV 99.4 181.39 221.86 -
System Red Green Blue C M Y K H S L
Decimal 231 14 194 0 0.94 0.16 0.09 310.23 0.89 0.48
Hex E7 E C2 0 5E 10 9 136 59 30
Octal 347 16 302 0 136 20 11 466 131 60
Binary 11100111 1110 11000010 0 1011110 10000 1001 100110110 1011001 110000

Color Harmonies of #E70EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70EC2

Black with #E70EC2

Text Example


Text Example

White with #E70EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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