Html Css Color HEX #E70EBE Shocking Pink

📋 copy color: '#E70EBE'

red 231 ◦ green 14 ◦ blue 190

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

Shades of Shocking Pink #E70EBE

Tints of Shocking Pink #E70EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 53.1%
G = 3.22%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E70EBE (or 0xE70EBE) is known color: Shocking Pink. HEX triplet: E7, 0E and BE. RGB value is (231,14,190). Sum of RGB (Red+Green+Blue) = 231+14+190=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E70EBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70EBE is #18F141. Grayscale: #626262. Windows color (decimal): -1634626 or 12455655. OLE color: 12455655.

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

Color convert

RGB 231 14 190 -
CMYK 0 0.94 0.18 0.09
HSL 311.34º 0.89% 0.48% -
HSV(B) 311.34º 0.94% 0.91% -
XYZ 42.41 21.02 50.54 -
YUV 98.95 179.39 222.19 -
System Red Green Blue C M Y K H S L
Decimal 231 14 190 0 0.94 0.18 0.09 311.34 0.89 0.48
Hex E7 E BE 0 5E 12 9 137 59 30
Octal 347 16 276 0 136 22 11 467 131 60
Binary 11100111 1110 10111110 0 1011110 10010 1001 100110111 1011001 110000

Color Harmonies of #E70EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70EBE

Black with #E70EBE

Text Example


Text Example

White with #E70EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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