Html Css Color HEX #E9158D Deep Pink

📋 copy color: '#E9158D'

red 233 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #E9158D

Tints of Deep Pink #E9158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.32%

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

R = 58.99%
G = 5.32%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E9158D (or 0xE9158D) is known color: Deep Pink. HEX triplet: E9, 15 and 8D. RGB value is (233,21,141). Sum of RGB (Red+Green+Blue) = 233+21+141=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E9158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9158D is #16EA72. Grayscale: #616161. Windows color (decimal): -1501811 or 9246185. OLE color: 9246185.

HSL color Cylindrical-coordinate representation of color #E9158D: hue angle of 326.04º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9158D is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 21 141 -
CMYK 0 0.91 0.39 0.09
HSL 326.04º 0.83% 0.5% -
HSV(B) 326.04º 0.91% 0.91% -
XYZ 38.68 19.78 26.98 -
YUV 98.07 152.24 224.24 -
System Red Green Blue C M Y K H S L
Decimal 233 21 141 0 0.91 0.39 0.09 326.04 0.83 0.5
Hex E9 15 8D 0 5B 27 9 146 53 32
Octal 351 25 215 0 133 47 11 506 123 62
Binary 11101001 10101 10001101 0 1011011 100111 1001 101000110 1010011 110010

Color Harmonies of #E9158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9158D

Black with #E9158D

Text Example


Text Example

White with #E9158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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