Html Css Color HEX #E95076 Dark Pink

📋 copy color: '#E95076'

red 233 ◦ green 80 ◦ blue 118

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

Shades of Dark Pink #E95076

Tints of Dark Pink #E95076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 54.06%
G = 18.56%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E95076 (or 0xE95076) is known color: Dark Pink. HEX triplet: E9, 50 and 76. RGB value is (233,80,118). Sum of RGB (Red+Green+Blue) = 233+80+118=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E95076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95076 is #16AF89. Grayscale: #828282. Windows color (decimal): -1486730 or 7753961. OLE color: 7753961.

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

Color convert

RGB 233 80 118 -
CMYK 0 0.66 0.49 0.09
HSL 345.1º 0.78% 0.61% -
HSV(B) 345.1º 0.66% 0.91% -
XYZ 39.74 24.37 19.75 -
YUV 130.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 233 80 118 0 0.66 0.49 0.09 345.1 0.78 0.61
Hex E9 50 76 0 42 31 9 159 4E 3D
Octal 351 120 166 0 102 61 11 531 116 75
Binary 11101001 1010000 1110110 0 1000010 110001 1001 101011001 1001110 111101

Color Harmonies of #E95076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95076

Black with #E95076

Text Example


Text Example

White with #E95076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95076; }

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

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

background-color css

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

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

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

border-color css

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

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

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