Html Css Color HEX #E95275 Dark Pink

📋 copy color: '#E95275'

red 233 ◦ green 82 ◦ blue 117

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

Shades of Dark Pink #E95275

Tints of Dark Pink #E95275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.98%

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

R = 53.94%
G = 18.98%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E95275 (or 0xE95275) is known color: Dark Pink. HEX triplet: E9, 52 and 75. RGB value is (233,82,117). Sum of RGB (Red+Green+Blue) = 233+82+117=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E95275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95275 is #16AD8A. Grayscale: #838383. Windows color (decimal): -1486219 or 7688937. OLE color: 7688937.

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

Color convert

RGB 233 82 117 -
CMYK 0 0.65 0.50 0.09
HSL 346.09º 0.77% 0.62% -
HSV(B) 346.09º 0.65% 0.91% -
XYZ 39.83 24.64 19.49 -
YUV 131.14 120.03 200.65 -
System Red Green Blue C M Y K H S L
Decimal 233 82 117 0 0.65 0.50 0.09 346.09 0.77 0.62
Hex E9 52 75 0 41 32 9 15A 4D 3E
Octal 351 122 165 0 101 62 11 532 115 76
Binary 11101001 1010010 1110101 0 1000001 110010 1001 101011010 1001101 111110

Color Harmonies of #E95275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95275

Black with #E95275

Text Example


Text Example

White with #E95275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95275; }

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

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

background-color css

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

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

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

border-color css

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

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

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