Html Css Color HEX #E95180 Dark Pink

📋 copy color: '#E95180'

red 233 ◦ green 81 ◦ blue 128

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

Shades of Dark Pink #E95180

Tints of Dark Pink #E95180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.33%

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 52.71%
G = 18.33%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E95180 (or 0xE95180) is known color: Dark Pink. HEX triplet: E9, 51 and 80. RGB value is (233,81,128). Sum of RGB (Red+Green+Blue) = 233+81+128=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E95180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95180 is #16AE7F. Grayscale: #838383. Windows color (decimal): -1486464 or 8409577. OLE color: 8409577.

HSL color Cylindrical-coordinate representation of color #E95180: hue angle of 341.45º degrees, saturation: 0.78, 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 #E95180 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 81 128 -
CMYK 0 0.65 0.45 0.09
HSL 341.45º 0.78% 0.62% -
HSV(B) 341.45º 0.65% 0.91% -
XYZ 40.44 24.77 23.07 -
YUV 131.81 125.86 200.18 -
System Red Green Blue C M Y K H S L
Decimal 233 81 128 0 0.65 0.45 0.09 341.45 0.78 0.62
Hex E9 51 80 0 41 2D 9 155 4E 3E
Octal 351 121 200 0 101 55 11 525 116 76
Binary 11101001 1010001 10000000 0 1000001 101101 1001 101010101 1001110 111110

Color Harmonies of #E95180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95180

Black with #E95180

Text Example


Text Example

White with #E95180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95180; }

 p { color: rgb(233,81,128); }

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

background-color css

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

 a { background-color: rgb(233,81,128); }

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

border-color css

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

 span { border-color: rgb(233,81,128); }

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