Html Css Color HEX #E70582 Deep Pink

📋 copy color: '#E70582'

red 231 ◦ green 5 ◦ blue 130

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

Shades of Deep Pink #E70582

Tints of Deep Pink #E70582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.37%

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

R = 63.11%
G = 1.37%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E70582 (or 0xE70582) is known color: Deep Pink. HEX triplet: E7, 05 and 82. RGB value is (231,5,130). Sum of RGB (Red+Green+Blue) = 231+5+130=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E70582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70582 is #18FA7D. Grayscale: #565656. Windows color (decimal): -1636990 or 8521191. OLE color: 8521191.

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

Color convert

RGB 231 5 130 -
CMYK 0 0.98 0.44 0.09
HSL 326.81º 0.96% 0.46% -
HSV(B) 326.81º 0.98% 0.91% -
XYZ 37.04 18.71 22.78 -
YUV 86.82 152.37 230.84 -
System Red Green Blue C M Y K H S L
Decimal 231 5 130 0 0.98 0.44 0.09 326.81 0.96 0.46
Hex E7 5 82 0 62 2C 9 147 60 2E
Octal 347 5 202 0 142 54 11 507 140 56
Binary 11100111 101 10000010 0 1100010 101100 1001 101000111 1100000 101110

Color Harmonies of #E70582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70582

Black with #E70582

Text Example


Text Example

White with #E70582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70582; }

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

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

background-color css

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

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

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

border-color css

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

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

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