Html Css Color HEX #E95471 Dark Pink

📋 copy color: '#E95471'

red 233 ◦ green 84 ◦ blue 113

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

Shades of Dark Pink #E95471

Tints of Dark Pink #E95471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 54.19%
G = 19.53%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E95471 (or 0xE95471) is known color: Dark Pink. HEX triplet: E9, 54 and 71. RGB value is (233,84,113). Sum of RGB (Red+Green+Blue) = 233+84+113=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E95471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95471 is #16AB8E. Grayscale: #838383. Windows color (decimal): -1485711 or 7427305. OLE color: 7427305.

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

Color convert

RGB 233 84 113 -
CMYK 0 0.64 0.52 0.09
HSL 348.32º 0.77% 0.62% -
HSV(B) 348.32º 0.64% 0.91% -
XYZ 39.76 24.86 18.33 -
YUV 131.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 233 84 113 0 0.64 0.52 0.09 348.32 0.77 0.62
Hex E9 54 71 0 40 34 9 15C 4D 3E
Octal 351 124 161 0 100 64 11 534 115 76
Binary 11101001 1010100 1110001 0 1000000 110100 1001 101011100 1001101 111110

Color Harmonies of #E95471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95471

Black with #E95471

Text Example


Text Example

White with #E95471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95471; }

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

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

background-color css

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

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

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

border-color css

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

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

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