Html Css Color HEX #E90283 Deep Pink

📋 copy color: '#E90283'

red 233 ◦ green 2 ◦ blue 131

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

Shades of Deep Pink #E90283

Tints of Deep Pink #E90283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 63.66%
G = 0.55%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E90283 (or 0xE90283) is known color: Deep Pink. HEX triplet: E9, 02 and 83. RGB value is (233,2,131). Sum of RGB (Red+Green+Blue) = 233+2+131=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E90283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90283 is #16FD7C. Grayscale: #555555. Windows color (decimal): -1506685 or 8585961. OLE color: 8585961.

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

Color convert

RGB 233 2 131 -
CMYK 0 0.99 0.44 0.09
HSL 326.49º 0.98% 0.46% -
HSV(B) 326.49º 0.99% 0.91% -
XYZ 37.72 19.01 23.15 -
YUV 85.78 153.53 233.01 -
System Red Green Blue C M Y K H S L
Decimal 233 2 131 0 0.99 0.44 0.09 326.49 0.98 0.46
Hex E9 2 83 0 63 2C 9 146 62 2E
Octal 351 2 203 0 143 54 11 506 142 56
Binary 11101001 10 10000011 0 1100011 101100 1001 101000110 1100010 101110

Color Harmonies of #E90283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90283

Black with #E90283

Text Example


Text Example

White with #E90283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90283; }

 p { color: rgb(233,2,131); }

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

background-color css

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

 a { background-color: rgb(233,2,131); }

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

border-color css

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

 span { border-color: rgb(233,2,131); }

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