Html Css Color HEX #E70FC1 Shocking Pink

📋 copy color: '#E70FC1'

red 231 ◦ green 15 ◦ blue 193

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

Shades of Shocking Pink #E70FC1

Tints of Shocking Pink #E70FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.96%

R = 52.62%
G = 3.42%
B = 43.96%

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

#E70FC1 (or 0xE70FC1) is known color: Shocking Pink. HEX triplet: E7, 0F and C1. RGB value is (231,15,193). Sum of RGB (Red+Green+Blue) = 231+15+193=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FC1 is #18F03E. Grayscale: #636363. Windows color (decimal): -1634367 or 12652519. OLE color: 12652519.

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

Color convert

RGB 231 15 193 -
CMYK 0 0.94 0.16 0.09
HSL 310.56º 0.88% 0.48% -
HSV(B) 310.56º 0.94% 0.91% -
XYZ 42.75 21.18 52.29 -
YUV 99.88 180.56 221.53 -
System Red Green Blue C M Y K H S L
Decimal 231 15 193 0 0.94 0.16 0.09 310.56 0.88 0.48
Hex E7 F C1 0 5E 10 9 137 58 30
Octal 347 17 301 0 136 20 11 467 130 60
Binary 11100111 1111 11000001 0 1011110 10000 1001 100110111 1011000 110000

Color Harmonies of #E70FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FC1

Black with #E70FC1

Text Example


Text Example

White with #E70FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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