Html Css Color HEX #E95371 Dark Pink

📋 copy color: '#E95371'

red 233 ◦ green 83 ◦ blue 113

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

Shades of Dark Pink #E95371

Tints of Dark Pink #E95371

RGB

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

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

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

R = 54.31%
G = 19.35%
B = 26.34%

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

#E95371 (or 0xE95371) is known color: Dark Pink. HEX triplet: E9, 53 and 71. RGB value is (233,83,113). Sum of RGB (Red+Green+Blue) = 233+83+113=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E95371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95371 is #16AC8E. Grayscale: #838383. Windows color (decimal): -1485967 or 7427049. OLE color: 7427049.

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

Color convert

RGB 233 83 113 -
CMYK 0 0.64 0.52 0.09
HSL 348º 0.77% 0.62% -
HSV(B) 348º 0.64% 0.91% -
XYZ 39.68 24.7 18.3 -
YUV 131.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 233 83 113 0 0.64 0.52 0.09 348 0.77 0.62
Hex E9 53 71 0 40 34 9 15C 4D 3E
Octal 351 123 161 0 100 64 11 534 115 76
Binary 11101001 1010011 1110001 0 1000000 110100 1001 101011100 1001101 111110

Color Harmonies of #E95371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95371

Black with #E95371

Text Example


Text Example

White with #E95371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95371; }

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

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

background-color css

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

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

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

border-color css

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

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

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