Html Css Color HEX #E70F89 Deep Pink

📋 copy color: '#E70F89'

red 231 ◦ green 15 ◦ blue 137

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

Shades of Deep Pink #E70F89

Tints of Deep Pink #E70F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.92%

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 60.31%
G = 3.92%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E70F89 (or 0xE70F89) is known color: Deep Pink. HEX triplet: E7, 0F and 89. RGB value is (231,15,137). Sum of RGB (Red+Green+Blue) = 231+15+137=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70F89 is #18F076. Grayscale: #5D5D5D. Windows color (decimal): -1634423 or 8982503. OLE color: 8982503.

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

Color convert

RGB 231 15 137 -
CMYK 0 0.94 0.41 0.09
HSL 326.11º 0.88% 0.48% -
HSV(B) 326.11º 0.94% 0.91% -
XYZ 37.64 19.14 25.38 -
YUV 93.49 152.56 226.08 -
System Red Green Blue C M Y K H S L
Decimal 231 15 137 0 0.94 0.41 0.09 326.11 0.88 0.48
Hex E7 F 89 0 5E 29 9 146 58 30
Octal 347 17 211 0 136 51 11 506 130 60
Binary 11100111 1111 10001001 0 1011110 101001 1001 101000110 1011000 110000

Color Harmonies of #E70F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70F89

Black with #E70F89

Text Example


Text Example

White with #E70F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70F89; }

 p { color: rgb(231,15,137); }

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

background-color css

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

 a { background-color: rgb(231,15,137); }

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

border-color css

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

 span { border-color: rgb(231,15,137); }

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