Html Css Color HEX #E95475 Dark Pink

📋 copy color: '#E95475'

red 233 ◦ green 84 ◦ blue 117

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

Shades of Dark Pink #E95475

Tints of Dark Pink #E95475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.35%

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 53.69%
G = 19.35%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E95475 (or 0xE95475) is known color: Dark Pink. HEX triplet: E9, 54 and 75. RGB value is (233,84,117). Sum of RGB (Red+Green+Blue) = 233+84+117=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E95475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95475 is #16AB8A. Grayscale: #848484. Windows color (decimal): -1485707 or 7689449. OLE color: 7689449.

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

Color convert

RGB 233 84 117 -
CMYK 0 0.64 0.50 0.09
HSL 346.71º 0.77% 0.62% -
HSV(B) 346.71º 0.64% 0.91% -
XYZ 39.99 24.95 19.54 -
YUV 132.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 233 84 117 0 0.64 0.50 0.09 346.71 0.77 0.62
Hex E9 54 75 0 40 32 9 15B 4D 3E
Octal 351 124 165 0 100 62 11 533 115 76
Binary 11101001 1010100 1110101 0 1000000 110010 1001 101011011 1001101 111110

Color Harmonies of #E95475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95475

Black with #E95475

Text Example


Text Example

White with #E95475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95475; }

 p { color: rgb(233,84,117); }

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

background-color css

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

 a { background-color: rgb(233,84,117); }

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

border-color css

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

 span { border-color: rgb(233,84,117); }

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