Html Css Color HEX #E90384 Deep Pink

📋 copy color: '#E90384'

red 233 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #E90384

Tints of Deep Pink #E90384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 63.32%
G = 0.82%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E90384 (or 0xE90384) is known color: Deep Pink. HEX triplet: E9, 03 and 84. RGB value is (233,3,132). Sum of RGB (Red+Green+Blue) = 233+3+132=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E90384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90384 is #16FC7B. Grayscale: #565656. Windows color (decimal): -1506428 or 8651753. OLE color: 8651753.

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

Color convert

RGB 233 3 132 -
CMYK 0 0.99 0.43 0.09
HSL 326.35º 0.97% 0.46% -
HSV(B) 326.35º 0.99% 0.91% -
XYZ 37.8 19.05 23.52 -
YUV 86.48 153.7 232.51 -
System Red Green Blue C M Y K H S L
Decimal 233 3 132 0 0.99 0.43 0.09 326.35 0.97 0.46
Hex E9 3 84 0 63 2B 9 146 61 2E
Octal 351 3 204 0 143 53 11 506 141 56
Binary 11101001 11 10000100 0 1100011 101011 1001 101000110 1100001 101110

Color Harmonies of #E90384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90384

Black with #E90384

Text Example


Text Example

White with #E90384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90384; }

 p { color: rgb(233,3,132); }

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

background-color css

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

 a { background-color: rgb(233,3,132); }

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

border-color css

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

 span { border-color: rgb(233,3,132); }

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