Html Css Color HEX #E70FC2 Shocking Pink

📋 copy color: '#E70FC2'

red 231 ◦ green 15 ◦ blue 194

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

Shades of Shocking Pink #E70FC2

Tints of Shocking Pink #E70FC2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.41%

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

R = 52.5%
G = 3.41%
B = 44.09%

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

#E70FC2 (or 0xE70FC2) is known color: Shocking Pink. HEX triplet: E7, 0F and C2. RGB value is (231,15,194). Sum of RGB (Red+Green+Blue) = 231+15+194=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FC2 is #18F03D. Grayscale: #636363. Windows color (decimal): -1634366 or 12718055. OLE color: 12718055.

HSL color Cylindrical-coordinate representation of color #E70FC2: hue angle of 310.28º degrees, saturation: 0.88, 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 #E70FC2 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 15 194 -
CMYK 0 0.94 0.16 0.09
HSL 310.28º 0.88% 0.48% -
HSV(B) 310.28º 0.94% 0.91% -
XYZ 42.86 21.23 52.88 -
YUV 99.99 181.06 221.45 -
System Red Green Blue C M Y K H S L
Decimal 231 15 194 0 0.94 0.16 0.09 310.28 0.88 0.48
Hex E7 F C2 0 5E 10 9 136 58 30
Octal 347 17 302 0 136 20 11 466 130 60
Binary 11100111 1111 11000010 0 1011110 10000 1001 100110110 1011000 110000

Color Harmonies of #E70FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FC2

Black with #E70FC2

Text Example


Text Example

White with #E70FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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