Html Css Color HEX #E70A85 Deep Pink

📋 copy color: '#E70A85'

red 231 ◦ green 10 ◦ blue 133

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

Shades of Deep Pink #E70A85

Tints of Deep Pink #E70A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 61.76%
G = 2.67%
B = 35.56%

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

#E70A85 (or 0xE70A85) is known color: Deep Pink. HEX triplet: E7, 0A and 85. RGB value is (231,10,133). Sum of RGB (Red+Green+Blue) = 231+10+133=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70A85 is #18F57A. Grayscale: #595959. Windows color (decimal): -1635707 or 8719079. OLE color: 8719079.

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

Color convert

RGB 231 10 133 -
CMYK 0 0.96 0.42 0.09
HSL 326.61º 0.92% 0.47% -
HSV(B) 326.61º 0.96% 0.91% -
XYZ 37.3 18.9 23.87 -
YUV 90.1 152.22 228.5 -
System Red Green Blue C M Y K H S L
Decimal 231 10 133 0 0.96 0.42 0.09 326.61 0.92 0.47
Hex E7 A 85 0 60 2A 9 147 5C 2F
Octal 347 12 205 0 140 52 11 507 134 57
Binary 11100111 1010 10000101 0 1100000 101010 1001 101000111 1011100 101111

Color Harmonies of #E70A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A85

Black with #E70A85

Text Example


Text Example

White with #E70A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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