Html Css Color HEX #E70483 Deep Pink

📋 copy color: '#E70483'

red 231 ◦ green 4 ◦ blue 131

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

Shades of Deep Pink #E70483

Tints of Deep Pink #E70483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 63.11%
G = 1.09%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E70483 (or 0xE70483) is known color: Deep Pink. HEX triplet: E7, 04 and 83. RGB value is (231,4,131). Sum of RGB (Red+Green+Blue) = 231+4+131=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E70483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70483 is #18FB7C. Grayscale: #565656. Windows color (decimal): -1637245 or 8586471. OLE color: 8586471.

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

Color convert

RGB 231 4 131 -
CMYK 0 0.98 0.43 0.09
HSL 326.43º 0.97% 0.46% -
HSV(B) 326.43º 0.98% 0.91% -
XYZ 37.1 18.71 23.13 -
YUV 86.35 153.21 231.17 -
System Red Green Blue C M Y K H S L
Decimal 231 4 131 0 0.98 0.43 0.09 326.43 0.97 0.46
Hex E7 4 83 0 62 2B 9 146 61 2E
Octal 347 4 203 0 142 53 11 506 141 56
Binary 11100111 100 10000011 0 1100010 101011 1001 101000110 1100001 101110

Color Harmonies of #E70483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70483

Black with #E70483

Text Example


Text Example

White with #E70483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70483; }

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

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

background-color css

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

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

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

border-color css

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

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

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