Html Css Color HEX #E95379 Dark Pink

📋 copy color: '#E95379'

red 233 ◦ green 83 ◦ blue 121

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

Shades of Dark Pink #E95379

Tints of Dark Pink #E95379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.99%

 BLUE value IS 121 (47.66% from 255) = 27.69%

R = 53.32%
G = 18.99%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E95379 (or 0xE95379) is known color: Dark Pink. HEX triplet: E9, 53 and 79. RGB value is (233,83,121). Sum of RGB (Red+Green+Blue) = 233+83+121=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E95379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95379 is #16AC86. Grayscale: #848484. Windows color (decimal): -1485959 or 7951337. OLE color: 7951337.

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

Color convert

RGB 233 83 121 -
CMYK 0 0.64 0.48 0.09
HSL 344.8º 0.77% 0.62% -
HSV(B) 344.8º 0.64% 0.91% -
XYZ 40.15 24.89 20.78 -
YUV 132.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 233 83 121 0 0.64 0.48 0.09 344.8 0.77 0.62
Hex E9 53 79 0 40 30 9 159 4D 3E
Octal 351 123 171 0 100 60 11 531 115 76
Binary 11101001 1010011 1111001 0 1000000 110000 1001 101011001 1001101 111110

Color Harmonies of #E95379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95379

Black with #E95379

Text Example


Text Example

White with #E95379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95379; }

 p { color: rgb(233,83,121); }

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

background-color css

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

 a { background-color: rgb(233,83,121); }

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

border-color css

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

 span { border-color: rgb(233,83,121); }

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