Html Css Color HEX #E70A81 Deep Pink

📋 copy color: '#E70A81'

red 231 ◦ green 10 ◦ blue 129

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

Shades of Deep Pink #E70A81

Tints of Deep Pink #E70A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 62.43%
G = 2.7%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E70A81 (or 0xE70A81) is known color: Deep Pink. HEX triplet: E7, 0A and 81. RGB value is (231,10,129). Sum of RGB (Red+Green+Blue) = 231+10+129=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70A81 is #18F57E. Grayscale: #595959. Windows color (decimal): -1635711 or 8456935. OLE color: 8456935.

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

Color convert

RGB 231 10 129 -
CMYK 0 0.96 0.44 0.09
HSL 327.69º 0.92% 0.47% -
HSV(B) 327.69º 0.96% 0.91% -
XYZ 37.03 18.79 22.44 -
YUV 89.65 150.22 228.82 -
System Red Green Blue C M Y K H S L
Decimal 231 10 129 0 0.96 0.44 0.09 327.69 0.92 0.47
Hex E7 A 81 0 60 2C 9 148 5C 2F
Octal 347 12 201 0 140 54 11 510 134 57
Binary 11100111 1010 10000001 0 1100000 101100 1001 101001000 1011100 101111

Color Harmonies of #E70A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A81

Black with #E70A81

Text Example


Text Example

White with #E70A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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