Html Css Color HEX #E90F90 Deep Pink

📋 copy color: '#E90F90'

red 233 ◦ green 15 ◦ blue 144

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

Shades of Deep Pink #E90F90

Tints of Deep Pink #E90F90

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.83%

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 59.44%
G = 3.83%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E90F90 (or 0xE90F90) is known color: Deep Pink. HEX triplet: E9, 0F and 90. RGB value is (233,15,144). Sum of RGB (Red+Green+Blue) = 233+15+144=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F90 is #16F06F. Grayscale: #5E5E5E. Windows color (decimal): -1503344 or 9441257. OLE color: 9441257.

HSL color Cylindrical-coordinate representation of color #E90F90: hue angle of 324.5º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F90 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 15 144 -
CMYK 0 0.94 0.38 0.09
HSL 324.5º 0.88% 0.49% -
HSV(B) 324.5º 0.94% 0.91% -
XYZ 38.81 19.68 28.14 -
YUV 94.89 155.72 226.51 -
System Red Green Blue C M Y K H S L
Decimal 233 15 144 0 0.94 0.38 0.09 324.5 0.88 0.49
Hex E9 F 90 0 5E 26 9 144 58 31
Octal 351 17 220 0 136 46 11 504 130 61
Binary 11101001 1111 10010000 0 1011110 100110 1001 101000100 1011000 110001

Color Harmonies of #E90F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90F90

Black with #E90F90

Text Example


Text Example

White with #E90F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90F90; }

 p { color: rgb(233,15,144); }

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

background-color css

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

 a { background-color: rgb(233,15,144); }

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

border-color css

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

 span { border-color: rgb(233,15,144); }

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