Html Css Color HEX #E95874 Dark Pink

📋 copy color: '#E95874'

red 233 ◦ green 88 ◦ blue 116

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

Shades of Dark Pink #E95874

Tints of Dark Pink #E95874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.14%

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 53.32%
G = 20.14%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E95874 (or 0xE95874) is known color: Dark Pink. HEX triplet: E9, 58 and 74. RGB value is (233,88,116). Sum of RGB (Red+Green+Blue) = 233+88+116=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E95874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95874 is #16A78B. Grayscale: #868686. Windows color (decimal): -1484684 or 7624937. OLE color: 7624937.

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

Color convert

RGB 233 88 116 -
CMYK 0 0.62 0.50 0.09
HSL 348.41º 0.77% 0.63% -
HSV(B) 348.41º 0.62% 0.91% -
XYZ 40.25 25.56 19.34 -
YUV 134.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 233 88 116 0 0.62 0.50 0.09 348.41 0.77 0.63
Hex E9 58 74 0 3E 32 9 15C 4D 3F
Octal 351 130 164 0 76 62 11 534 115 77
Binary 11101001 1011000 1110100 0 111110 110010 1001 101011100 1001101 111111

Color Harmonies of #E95874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95874

Black with #E95874

Text Example


Text Example

White with #E95874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95874; }

 p { color: rgb(233,88,116); }

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

background-color css

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

 a { background-color: rgb(233,88,116); }

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

border-color css

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

 span { border-color: rgb(233,88,116); }

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