Html Css Color HEX #E70380 Deep Pink

📋 copy color: '#E70380'

red 231 ◦ green 3 ◦ blue 128

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

Shades of Deep Pink #E70380

Tints of Deep Pink #E70380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 63.81%
G = 0.83%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E70380 (or 0xE70380) is known color: Deep Pink. HEX triplet: E7, 03 and 80. RGB value is (231,3,128). Sum of RGB (Red+Green+Blue) = 231+3+128=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E70380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70380 is #18FC7F. Grayscale: #555555. Windows color (decimal): -1637504 or 8389607. OLE color: 8389607.

HSL color Cylindrical-coordinate representation of color #E70380: hue angle of 327.11º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70380 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 3 128 -
CMYK 0 0.99 0.45 0.09
HSL 327.11º 0.97% 0.46% -
HSV(B) 327.11º 0.99% 0.91% -
XYZ 36.88 18.61 22.07 -
YUV 85.42 152.04 231.84 -
System Red Green Blue C M Y K H S L
Decimal 231 3 128 0 0.99 0.45 0.09 327.11 0.97 0.46
Hex E7 3 80 0 63 2D 9 147 61 2E
Octal 347 3 200 0 143 55 11 507 141 56
Binary 11100111 11 10000000 0 1100011 101101 1001 101000111 1100001 101110

Color Harmonies of #E70380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70380

Black with #E70380

Text Example


Text Example

White with #E70380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70380; }

 p { color: rgb(231,3,128); }

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

background-color css

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

 a { background-color: rgb(231,3,128); }

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

border-color css

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

 span { border-color: rgb(231,3,128); }

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