Html Css Color HEX #E95089 Dark Pink

📋 copy color: '#E95089'

red 233 ◦ green 80 ◦ blue 137

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

Shades of Dark Pink #E95089

Tints of Dark Pink #E95089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.78%

 BLUE value IS 137 (53.91% from 255) = 30.44%

R = 51.78%
G = 17.78%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E95089 (or 0xE95089) is known color: Dark Pink. HEX triplet: E9, 50 and 89. RGB value is (233,80,137). Sum of RGB (Red+Green+Blue) = 233+80+137=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E95089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95089 is #16AF76. Grayscale: #848484. Windows color (decimal): -1486711 or 8999145. OLE color: 8999145.

HSL color Cylindrical-coordinate representation of color #E95089: hue angle of 337.65º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E95089 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 80 137 -
CMYK 0 0.66 0.41 0.09
HSL 337.65º 0.78% 0.61% -
HSV(B) 337.65º 0.66% 0.91% -
XYZ 40.99 24.87 26.31 -
YUV 132.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 233 80 137 0 0.66 0.41 0.09 337.65 0.78 0.61
Hex E9 50 89 0 42 29 9 152 4E 3D
Octal 351 120 211 0 102 51 11 522 116 75
Binary 11101001 1010000 10001001 0 1000010 101001 1001 101010010 1001110 111101

Color Harmonies of #E95089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95089

Black with #E95089

Text Example


Text Example

White with #E95089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95089; }

 p { color: rgb(233,80,137); }

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

background-color css

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

 a { background-color: rgb(233,80,137); }

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

border-color css

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

 span { border-color: rgb(233,80,137); }

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