Html Css Color HEX #E90180 Deep Pink

📋 copy color: '#E90180'

red 233 ◦ green 1 ◦ blue 128

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

Shades of Deep Pink #E90180

Tints of Deep Pink #E90180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 64.36%
G = 0.28%
B = 35.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E90180 (or 0xE90180) is known color: Deep Pink. HEX triplet: E9, 01 and 80. RGB value is (233,1,128). Sum of RGB (Red+Green+Blue) = 233+1+128=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E90180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90180 is #16FE7F. Grayscale: #545454. Windows color (decimal): -1506944 or 8389097. OLE color: 8389097.

HSL color Cylindrical-coordinate representation of color #E90180: hue angle of 327.16º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90180 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 1 128 -
CMYK 0 1.00 0.45 0.09
HSL 327.16º 0.99% 0.46% -
HSV(B) 327.16º 1% 0.91% -
XYZ 37.51 18.9 22.09 -
YUV 84.85 152.36 233.67 -
System Red Green Blue C M Y K H S L
Decimal 233 1 128 0 1.00 0.45 0.09 327.16 0.99 0.46
Hex E9 1 80 0 64 2D 9 147 63 2E
Octal 351 1 200 0 144 55 11 507 143 56
Binary 11101001 1 10000000 0 1100100 101101 1001 101000111 1100011 101110

Color Harmonies of #E90180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90180

Black with #E90180

Text Example


Text Example

White with #E90180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90180; }

 p { color: rgb(233,1,128); }

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

background-color css

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

 a { background-color: rgb(233,1,128); }

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

border-color css

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

 span { border-color: rgb(233,1,128); }

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