Html Css Color HEX #E70A87 Deep Pink

📋 copy color: '#E70A87'

red 231 ◦ green 10 ◦ blue 135

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

Shades of Deep Pink #E70A87

Tints of Deep Pink #E70A87

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.66%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 61.44%
G = 2.66%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E70A87 (or 0xE70A87) is known color: Deep Pink. HEX triplet: E7, 0A and 87. RGB value is (231,10,135). Sum of RGB (Red+Green+Blue) = 231+10+135=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70A87 is #18F578. Grayscale: #5A5A5A. Windows color (decimal): -1635705 or 8850151. OLE color: 8850151.

HSL color Cylindrical-coordinate representation of color #E70A87: hue angle of 326.06º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70A87 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 10 135 -
CMYK 0 0.96 0.42 0.09
HSL 326.06º 0.92% 0.47% -
HSV(B) 326.06º 0.96% 0.91% -
XYZ 37.44 18.96 24.61 -
YUV 90.33 153.22 228.34 -
System Red Green Blue C M Y K H S L
Decimal 231 10 135 0 0.96 0.42 0.09 326.06 0.92 0.47
Hex E7 A 87 0 60 2A 9 146 5C 2F
Octal 347 12 207 0 140 52 11 506 134 57
Binary 11100111 1010 10000111 0 1100000 101010 1001 101000110 1011100 101111

Color Harmonies of #E70A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A87

Black with #E70A87

Text Example


Text Example

White with #E70A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A87; }

 p { color: rgb(231,10,135); }

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

background-color css

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

 a { background-color: rgb(231,10,135); }

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

border-color css

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

 span { border-color: rgb(231,10,135); }

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