Html Css Color HEX #E70481 Deep Pink

📋 copy color: '#E70481'

red 231 ◦ green 4 ◦ blue 129

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

Shades of Deep Pink #E70481

Tints of Deep Pink #E70481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 63.46%
G = 1.1%
B = 35.44%

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

#E70481 (or 0xE70481) is known color: Deep Pink. HEX triplet: E7, 04 and 81. RGB value is (231,4,129). Sum of RGB (Red+Green+Blue) = 231+4+129=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E70481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70481 is #18FB7E. Grayscale: #555555. Windows color (decimal): -1637247 or 8455399. OLE color: 8455399.

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

Color convert

RGB 231 4 129 -
CMYK 0 0.98 0.44 0.09
HSL 326.96º 0.97% 0.46% -
HSV(B) 326.96º 0.98% 0.91% -
XYZ 36.96 18.66 22.42 -
YUV 86.12 152.21 231.34 -
System Red Green Blue C M Y K H S L
Decimal 231 4 129 0 0.98 0.44 0.09 326.96 0.97 0.46
Hex E7 4 81 0 62 2C 9 147 61 2E
Octal 347 4 201 0 142 54 11 507 141 56
Binary 11100111 100 10000001 0 1100010 101100 1001 101000111 1100001 101110

Color Harmonies of #E70481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70481

Black with #E70481

Text Example


Text Example

White with #E70481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70481; }

 p { color: rgb(231,4,129); }

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

background-color css

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

 a { background-color: rgb(231,4,129); }

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

border-color css

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

 span { border-color: rgb(231,4,129); }

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