Html Css Color HEX #E90F8D Deep Pink

📋 copy color: '#E90F8D'

red 233 ◦ green 15 ◦ blue 141

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

Shades of Deep Pink #E90F8D

Tints of Deep Pink #E90F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 59.9%
G = 3.86%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E90F8D (or 0xE90F8D) is known color: Deep Pink. HEX triplet: E9, 0F and 8D. RGB value is (233,15,141). Sum of RGB (Red+Green+Blue) = 233+15+141=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F8D is #16F072. Grayscale: #5E5E5E. Windows color (decimal): -1503347 or 9244649. OLE color: 9244649.

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

Color convert

RGB 233 15 141 -
CMYK 0 0.94 0.39 0.09
HSL 325.32º 0.88% 0.49% -
HSV(B) 325.32º 0.94% 0.91% -
XYZ 38.58 19.59 26.95 -
YUV 94.55 154.22 226.75 -
System Red Green Blue C M Y K H S L
Decimal 233 15 141 0 0.94 0.39 0.09 325.32 0.88 0.49
Hex E9 F 8D 0 5E 27 9 145 58 31
Octal 351 17 215 0 136 47 11 505 130 61
Binary 11101001 1111 10001101 0 1011110 100111 1001 101000101 1011000 110001

Color Harmonies of #E90F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90F8D

Black with #E90F8D

Text Example


Text Example

White with #E90F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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