Html Css Color HEX #E70987 Deep Pink

📋 copy color: '#E70987'

red 231 ◦ green 9 ◦ blue 135

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

Shades of Deep Pink #E70987

Tints of Deep Pink #E70987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.4%

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

R = 61.6%
G = 2.4%
B = 36%

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

#E70987 (or 0xE70987) is known color: Deep Pink. HEX triplet: E7, 09 and 87. RGB value is (231,9,135). Sum of RGB (Red+Green+Blue) = 231+9+135=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E70987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70987 is #18F678. Grayscale: #595959. Windows color (decimal): -1635961 or 8849895. OLE color: 8849895.

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

Color convert

RGB 231 9 135 -
CMYK 0 0.96 0.42 0.09
HSL 325.95º 0.93% 0.47% -
HSV(B) 325.95º 0.96% 0.91% -
XYZ 37.43 18.93 24.6 -
YUV 89.74 153.55 228.75 -
System Red Green Blue C M Y K H S L
Decimal 231 9 135 0 0.96 0.42 0.09 325.95 0.93 0.47
Hex E7 9 87 0 60 2A 9 146 5C 2F
Octal 347 11 207 0 140 52 11 506 134 57
Binary 11100111 1001 10000111 0 1100000 101010 1001 101000110 1011100 101111

Color Harmonies of #E70987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70987

Black with #E70987

Text Example


Text Example

White with #E70987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70987; }

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

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

background-color css

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

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

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

border-color css

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

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

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