Html Css Color HEX #E70D87 Deep Pink

📋 copy color: '#E70D87'

red 231 ◦ green 13 ◦ blue 135

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

Shades of Deep Pink #E70D87

Tints of Deep Pink #E70D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.43%

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

R = 60.95%
G = 3.43%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E70D87 (or 0xE70D87) is known color: Deep Pink. HEX triplet: E7, 0D and 87. RGB value is (231,13,135). Sum of RGB (Red+Green+Blue) = 231+13+135=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70D87 is #18F278. Grayscale: #5B5B5B. Windows color (decimal): -1634937 or 8850919. OLE color: 8850919.

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

Color convert

RGB 231 13 135 -
CMYK 0 0.94 0.42 0.09
HSL 326.42º 0.89% 0.48% -
HSV(B) 326.42º 0.94% 0.91% -
XYZ 37.47 19.03 24.62 -
YUV 92.09 152.22 227.08 -
System Red Green Blue C M Y K H S L
Decimal 231 13 135 0 0.94 0.42 0.09 326.42 0.89 0.48
Hex E7 D 87 0 5E 2A 9 146 59 30
Octal 347 15 207 0 136 52 11 506 131 60
Binary 11100111 1101 10000111 0 1011110 101010 1001 101000110 1011001 110000

Color Harmonies of #E70D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D87

Black with #E70D87

Text Example


Text Example

White with #E70D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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