Html Css Color HEX #E90482 Deep Pink

📋 copy color: '#E90482'

red 233 ◦ green 4 ◦ blue 130

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

Shades of Deep Pink #E90482

Tints of Deep Pink #E90482

RGB

 RED value IS 233 (91.41% from 255) = 63.49%

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

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

R = 63.49%
G = 1.09%
B = 35.42%

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

#E90482 (or 0xE90482) is known color: Deep Pink. HEX triplet: E9, 04 and 82. RGB value is (233,4,130). Sum of RGB (Red+Green+Blue) = 233+4+130=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E90482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90482 is #16FB7D. Grayscale: #565656. Windows color (decimal): -1506174 or 8520937. OLE color: 8520937.

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

Color convert

RGB 233 4 130 -
CMYK 0 0.98 0.44 0.09
HSL 326.99º 0.97% 0.46% -
HSV(B) 326.99º 0.98% 0.91% -
XYZ 37.68 19.02 22.8 -
YUV 86.84 152.37 232.25 -
System Red Green Blue C M Y K H S L
Decimal 233 4 130 0 0.98 0.44 0.09 326.99 0.97 0.46
Hex E9 4 82 0 62 2C 9 147 61 2E
Octal 351 4 202 0 142 54 11 507 141 56
Binary 11101001 100 10000010 0 1100010 101100 1001 101000111 1100001 101110

Color Harmonies of #E90482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90482

Black with #E90482

Text Example


Text Example

White with #E90482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90482; }

 p { color: rgb(233,4,130); }

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

background-color css

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

 a { background-color: rgb(233,4,130); }

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

border-color css

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

 span { border-color: rgb(233,4,130); }

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