Html Css Color HEX #E70782 Deep Pink

📋 copy color: '#E70782'

red 231 ◦ green 7 ◦ blue 130

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

Shades of Deep Pink #E70782

Tints of Deep Pink #E70782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.9%

 BLUE value IS 130 (51.17% from 255) = 35.33%

R = 62.77%
G = 1.9%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E70782 (or 0xE70782) is known color: Deep Pink. HEX triplet: E7, 07 and 82. RGB value is (231,7,130). Sum of RGB (Red+Green+Blue) = 231+7+130=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E70782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70782 is #18F87D. Grayscale: #575757. Windows color (decimal): -1636478 or 8521703. OLE color: 8521703.

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

Color convert

RGB 231 7 130 -
CMYK 0 0.97 0.44 0.09
HSL 327.05º 0.94% 0.47% -
HSV(B) 327.05º 0.97% 0.91% -
XYZ 37.06 18.75 22.79 -
YUV 88 151.71 230 -
System Red Green Blue C M Y K H S L
Decimal 231 7 130 0 0.97 0.44 0.09 327.05 0.94 0.47
Hex E7 7 82 0 61 2C 9 147 5E 2F
Octal 347 7 202 0 141 54 11 507 136 57
Binary 11100111 111 10000010 0 1100001 101100 1001 101000111 1011110 101111

Color Harmonies of #E70782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70782

Black with #E70782

Text Example


Text Example

White with #E70782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70782; }

 p { color: rgb(231,7,130); }

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

background-color css

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

 a { background-color: rgb(231,7,130); }

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

border-color css

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

 span { border-color: rgb(231,7,130); }

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