Html Css Color HEX #E70985 Deep Pink

📋 copy color: '#E70985'

red 231 ◦ green 9 ◦ blue 133

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

Shades of Deep Pink #E70985

Tints of Deep Pink #E70985

RGB

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

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

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

R = 61.93%
G = 2.41%
B = 35.66%

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

#E70985 (or 0xE70985) is known color: Deep Pink. HEX triplet: E7, 09 and 85. RGB value is (231,9,133). Sum of RGB (Red+Green+Blue) = 231+9+133=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E70985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70985 is #18F67A. Grayscale: #595959. Windows color (decimal): -1635963 or 8718823. OLE color: 8718823.

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

Color convert

RGB 231 9 133 -
CMYK 0 0.96 0.42 0.09
HSL 326.49º 0.93% 0.47% -
HSV(B) 326.49º 0.96% 0.91% -
XYZ 37.29 18.88 23.87 -
YUV 89.51 152.55 228.92 -
System Red Green Blue C M Y K H S L
Decimal 231 9 133 0 0.96 0.42 0.09 326.49 0.93 0.47
Hex E7 9 85 0 60 2A 9 146 5C 2F
Octal 347 11 205 0 140 52 11 506 134 57
Binary 11100111 1001 10000101 0 1100000 101010 1001 101000110 1011100 101111

Color Harmonies of #E70985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70985

Black with #E70985

Text Example


Text Example

White with #E70985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70985; }

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

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

background-color css

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

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

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

border-color css

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

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

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