Html Css Color HEX #E90486 Deep Pink

📋 copy color: '#E90486'

red 233 ◦ green 4 ◦ blue 134

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

Shades of Deep Pink #E90486

Tints of Deep Pink #E90486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 62.8%
G = 1.08%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E90486 (or 0xE90486) is known color: Deep Pink. HEX triplet: E9, 04 and 86. RGB value is (233,4,134). Sum of RGB (Red+Green+Blue) = 233+4+134=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E90486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90486 is #16FB79. Grayscale: #565656. Windows color (decimal): -1506170 or 8783081. OLE color: 8783081.

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

Color convert

RGB 233 4 134 -
CMYK 0 0.98 0.42 0.09
HSL 325.94º 0.97% 0.46% -
HSV(B) 325.94º 0.98% 0.91% -
XYZ 37.95 19.13 24.25 -
YUV 87.29 154.37 231.93 -
System Red Green Blue C M Y K H S L
Decimal 233 4 134 0 0.98 0.42 0.09 325.94 0.97 0.46
Hex E9 4 86 0 62 2A 9 146 61 2E
Octal 351 4 206 0 142 52 11 506 141 56
Binary 11101001 100 10000110 0 1100010 101010 1001 101000110 1100001 101110

Color Harmonies of #E90486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90486

Black with #E90486

Text Example


Text Example

White with #E90486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90486; }

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

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

background-color css

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

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

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

border-color css

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

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

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