Html Css Color HEX #E95172 Dark Pink

📋 copy color: '#E95172'

red 233 ◦ green 81 ◦ blue 114

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

Shades of Dark Pink #E95172

Tints of Dark Pink #E95172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.64%

R = 54.44%
G = 18.93%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E95172 (or 0xE95172) is known color: Dark Pink. HEX triplet: E9, 51 and 72. RGB value is (233,81,114). Sum of RGB (Red+Green+Blue) = 233+81+114=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E95172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95172 is #16AE8D. Grayscale: #828282. Windows color (decimal): -1486478 or 7492073. OLE color: 7492073.

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

Color convert

RGB 233 81 114 -
CMYK 0 0.65 0.51 0.09
HSL 346.97º 0.78% 0.62% -
HSV(B) 346.97º 0.65% 0.91% -
XYZ 39.58 24.42 18.55 -
YUV 130.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 233 81 114 0 0.65 0.51 0.09 346.97 0.78 0.62
Hex E9 51 72 0 41 33 9 15B 4E 3E
Octal 351 121 162 0 101 63 11 533 116 76
Binary 11101001 1010001 1110010 0 1000001 110011 1001 101011011 1001110 111110

Color Harmonies of #E95172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95172

Black with #E95172

Text Example


Text Example

White with #E95172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95172; }

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

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

background-color css

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

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

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

border-color css

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

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

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