Html Css Color HEX #E95573 Dark Pink

📋 copy color: '#E95573'

red 233 ◦ green 85 ◦ blue 115

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

Shades of Dark Pink #E95573

Tints of Dark Pink #E95573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

 BLUE value IS 115 (45.31% from 255) = 26.56%

R = 53.81%
G = 19.63%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E95573 (or 0xE95573) is known color: Dark Pink. HEX triplet: E9, 55 and 73. RGB value is (233,85,115). Sum of RGB (Red+Green+Blue) = 233+85+115=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95573 is #16AA8C. Grayscale: #848484. Windows color (decimal): -1485453 or 7558633. OLE color: 7558633.

HSL color Cylindrical-coordinate representation of color #E95573: hue angle of 347.84º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95573 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 85 115 -
CMYK 0 0.64 0.51 0.09
HSL 347.84º 0.77% 0.62% -
HSV(B) 347.84º 0.64% 0.91% -
XYZ 39.95 25.06 18.95 -
YUV 132.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 233 85 115 0 0.64 0.51 0.09 347.84 0.77 0.62
Hex E9 55 73 0 40 33 9 15C 4D 3E
Octal 351 125 163 0 100 63 11 534 115 76
Binary 11101001 1010101 1110011 0 1000000 110011 1001 101011100 1001101 111110

Color Harmonies of #E95573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95573

Black with #E95573

Text Example


Text Example

White with #E95573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95573; }

 p { color: rgb(233,85,115); }

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

background-color css

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

 a { background-color: rgb(233,85,115); }

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

border-color css

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

 span { border-color: rgb(233,85,115); }

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