Html Css Color HEX #E70A83 Deep Pink

📋 copy color: '#E70A83'

red 231 ◦ green 10 ◦ blue 131

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

Shades of Deep Pink #E70A83

Tints of Deep Pink #E70A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 62.1%
G = 2.69%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E70A83 (or 0xE70A83) is known color: Deep Pink. HEX triplet: E7, 0A and 83. RGB value is (231,10,131). Sum of RGB (Red+Green+Blue) = 231+10+131=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70A83 is #18F57C. Grayscale: #595959. Windows color (decimal): -1635709 or 8588007. OLE color: 8588007.

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

Color convert

RGB 231 10 131 -
CMYK 0 0.96 0.43 0.09
HSL 327.15º 0.92% 0.47% -
HSV(B) 327.15º 0.96% 0.91% -
XYZ 37.16 18.84 23.15 -
YUV 89.87 151.22 228.66 -
System Red Green Blue C M Y K H S L
Decimal 231 10 131 0 0.96 0.43 0.09 327.15 0.92 0.47
Hex E7 A 83 0 60 2B 9 147 5C 2F
Octal 347 12 203 0 140 53 11 507 134 57
Binary 11100111 1010 10000011 0 1100000 101011 1001 101000111 1011100 101111

Color Harmonies of #E70A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A83

Black with #E70A83

Text Example


Text Example

White with #E70A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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