Html Css Color HEX #E90485 Deep Pink

📋 copy color: '#E90485'

red 233 ◦ green 4 ◦ blue 133

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

Shades of Deep Pink #E90485

Tints of Deep Pink #E90485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 62.97%
G = 1.08%
B = 35.95%

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

#E90485 (or 0xE90485) is known color: Deep Pink. HEX triplet: E9, 04 and 85. RGB value is (233,4,133). Sum of RGB (Red+Green+Blue) = 233+4+133=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E90485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90485 is #16FB7A. Grayscale: #565656. Windows color (decimal): -1506171 or 8717545. OLE color: 8717545.

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

Color convert

RGB 233 4 133 -
CMYK 0 0.98 0.43 0.09
HSL 326.2º 0.97% 0.46% -
HSV(B) 326.2º 0.98% 0.91% -
XYZ 37.88 19.1 23.88 -
YUV 87.18 153.87 232.01 -
System Red Green Blue C M Y K H S L
Decimal 233 4 133 0 0.98 0.43 0.09 326.2 0.97 0.46
Hex E9 4 85 0 62 2B 9 146 61 2E
Octal 351 4 205 0 142 53 11 506 141 56
Binary 11101001 100 10000101 0 1100010 101011 1001 101000110 1100001 101110

Color Harmonies of #E90485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90485

Black with #E90485

Text Example


Text Example

White with #E90485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90485; }

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

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

background-color css

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

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

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

border-color css

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

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

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