Html Css Color HEX #E70FB2 Shocking Pink

📋 copy color: '#E70FB2'

red 231 ◦ green 15 ◦ blue 178

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

Shades of Shocking Pink #E70FB2

Tints of Shocking Pink #E70FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.98%

R = 54.48%
G = 3.54%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E70FB2 (or 0xE70FB2) is known color: Shocking Pink. HEX triplet: E7, 0F and B2. RGB value is (231,15,178). Sum of RGB (Red+Green+Blue) = 231+15+178=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70FB2 is #18F04D. Grayscale: #616161. Windows color (decimal): -1634382 or 11669479. OLE color: 11669479.

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

Color convert

RGB 231 15 178 -
CMYK 0 0.94 0.23 0.09
HSL 314.72º 0.88% 0.48% -
HSV(B) 314.72º 0.94% 0.91% -
XYZ 41.16 20.54 43.92 -
YUV 98.17 173.06 222.75 -
System Red Green Blue C M Y K H S L
Decimal 231 15 178 0 0.94 0.23 0.09 314.72 0.88 0.48
Hex E7 F B2 0 5E 17 9 13B 58 30
Octal 347 17 262 0 136 27 11 473 130 60
Binary 11100111 1111 10110010 0 1011110 10111 1001 100111011 1011000 110000

Color Harmonies of #E70FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FB2

Black with #E70FB2

Text Example


Text Example

White with #E70FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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