Html Css Color HEX #E95478 Dark Pink

📋 copy color: '#E95478'

red 233 ◦ green 84 ◦ blue 120

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

Shades of Dark Pink #E95478

Tints of Dark Pink #E95478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.46%

R = 53.32%
G = 19.22%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E95478 (or 0xE95478) is known color: Dark Pink. HEX triplet: E9, 54 and 78. RGB value is (233,84,120). Sum of RGB (Red+Green+Blue) = 233+84+120=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E95478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95478 is #16AB87. Grayscale: #848484. Windows color (decimal): -1485704 or 7886057. OLE color: 7886057.

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

Color convert

RGB 233 84 120 -
CMYK 0 0.64 0.48 0.09
HSL 345.5º 0.77% 0.62% -
HSV(B) 345.5º 0.64% 0.91% -
XYZ 40.16 25.02 20.48 -
YUV 132.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 233 84 120 0 0.64 0.48 0.09 345.5 0.77 0.62
Hex E9 54 78 0 40 30 9 15A 4D 3E
Octal 351 124 170 0 100 60 11 532 115 76
Binary 11101001 1010100 1111000 0 1000000 110000 1001 101011010 1001101 111110

Color Harmonies of #E95478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95478

Black with #E95478

Text Example


Text Example

White with #E95478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95478; }

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

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

background-color css

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

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

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

border-color css

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

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

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