Html Css Color HEX #E70282 Deep Pink

📋 copy color: '#E70282'

red 231 ◦ green 2 ◦ blue 130

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

Shades of Deep Pink #E70282

Tints of Deep Pink #E70282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 63.64%
G = 0.55%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E70282 (or 0xE70282) is known color: Deep Pink. HEX triplet: E7, 02 and 82. RGB value is (231,2,130). Sum of RGB (Red+Green+Blue) = 231+2+130=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E70282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70282 is #18FD7D. Grayscale: #545454. Windows color (decimal): -1637758 or 8520423. OLE color: 8520423.

HSL color Cylindrical-coordinate representation of color #E70282: hue angle of 326.46º degrees, saturation: 0.98, 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 #E70282 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 2 130 -
CMYK 0 0.99 0.44 0.09
HSL 326.46º 0.98% 0.46% -
HSV(B) 326.46º 0.99% 0.91% -
XYZ 37.01 18.64 22.77 -
YUV 85.06 153.37 232.09 -
System Red Green Blue C M Y K H S L
Decimal 231 2 130 0 0.99 0.44 0.09 326.46 0.98 0.46
Hex E7 2 82 0 63 2C 9 146 62 2E
Octal 347 2 202 0 143 54 11 506 142 56
Binary 11100111 10 10000010 0 1100011 101100 1001 101000110 1100010 101110

Color Harmonies of #E70282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70282

Black with #E70282

Text Example


Text Example

White with #E70282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70282; }

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

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

background-color css

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

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

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

border-color css

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

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

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