Html Css Color HEX #E95375 Dark Pink

📋 copy color: '#E95375'

red 233 ◦ green 83 ◦ blue 117

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

Shades of Dark Pink #E95375

Tints of Dark Pink #E95375

RGB

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

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

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

R = 53.81%
G = 19.17%
B = 27.02%

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

#E95375 (or 0xE95375) is known color: Dark Pink. HEX triplet: E9, 53 and 75. RGB value is (233,83,117). Sum of RGB (Red+Green+Blue) = 233+83+117=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95375 is #16AC8A. Grayscale: #838383. Windows color (decimal): -1485963 or 7689193. OLE color: 7689193.

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

Color convert

RGB 233 83 117 -
CMYK 0 0.64 0.50 0.09
HSL 346.4º 0.77% 0.62% -
HSV(B) 346.4º 0.64% 0.91% -
XYZ 39.91 24.79 19.51 -
YUV 131.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 233 83 117 0 0.64 0.50 0.09 346.4 0.77 0.62
Hex E9 53 75 0 40 32 9 15A 4D 3E
Octal 351 123 165 0 100 62 11 532 115 76
Binary 11101001 1010011 1110101 0 1000000 110010 1001 101011010 1001101 111110

Color Harmonies of #E95375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95375

Black with #E95375

Text Example


Text Example

White with #E95375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95375; }

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

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

background-color css

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

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

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

border-color css

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

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

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