Html Css Color HEX #E70E8E Deep Pink

📋 copy color: '#E70E8E'

red 231 ◦ green 14 ◦ blue 142

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

Shades of Deep Pink #E70E8E

Tints of Deep Pink #E70E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.69%

R = 59.69%
G = 3.62%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E70E8E (or 0xE70E8E) is known color: Deep Pink. HEX triplet: E7, 0E and 8E. RGB value is (231,14,142). Sum of RGB (Red+Green+Blue) = 231+14+142=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70E8E is #18F171. Grayscale: #5D5D5D. Windows color (decimal): -1634674 or 9309927. OLE color: 9309927.

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

Color convert

RGB 231 14 142 -
CMYK 0 0.94 0.39 0.09
HSL 324.61º 0.89% 0.48% -
HSV(B) 324.61º 0.94% 0.91% -
XYZ 37.99 19.26 27.31 -
YUV 93.48 155.39 226.09 -
System Red Green Blue C M Y K H S L
Decimal 231 14 142 0 0.94 0.39 0.09 324.61 0.89 0.48
Hex E7 E 8E 0 5E 27 9 145 59 30
Octal 347 16 216 0 136 47 11 505 131 60
Binary 11100111 1110 10001110 0 1011110 100111 1001 101000101 1011001 110000

Color Harmonies of #E70E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70E8E

Black with #E70E8E

Text Example


Text Example

White with #E70E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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