Html Css Color HEX #E70FB9 Shocking Pink

📋 copy color: '#E70FB9'

red 231 ◦ green 15 ◦ blue 185

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

Shades of Shocking Pink #E70FB9

Tints of Shocking Pink #E70FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.92%

R = 53.6%
G = 3.48%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E70FB9 (or 0xE70FB9) is known color: Shocking Pink. HEX triplet: E7, 0F and B9. RGB value is (231,15,185). Sum of RGB (Red+Green+Blue) = 231+15+185=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FB9 is #18F046. Grayscale: #626262. Windows color (decimal): -1634375 or 12128231. OLE color: 12128231.

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

Color convert

RGB 231 15 185 -
CMYK 0 0.94 0.20 0.09
HSL 312.78º 0.88% 0.48% -
HSV(B) 312.78º 0.94% 0.91% -
XYZ 41.88 20.83 47.71 -
YUV 98.96 176.56 222.18 -
System Red Green Blue C M Y K H S L
Decimal 231 15 185 0 0.94 0.20 0.09 312.78 0.88 0.48
Hex E7 F B9 0 5E 14 9 139 58 30
Octal 347 17 271 0 136 24 11 471 130 60
Binary 11100111 1111 10111001 0 1011110 10100 1001 100111001 1011000 110000

Color Harmonies of #E70FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FB9

Black with #E70FB9

Text Example


Text Example

White with #E70FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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