Html Css Color HEX #E95372 Dark Pink

📋 copy color: '#E95372'

red 233 ◦ green 83 ◦ blue 114

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

Shades of Dark Pink #E95372

Tints of Dark Pink #E95372

RGB

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

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

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

R = 54.19%
G = 19.3%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E95372 (or 0xE95372) is known color: Dark Pink. HEX triplet: E9, 53 and 72. RGB value is (233,83,114). Sum of RGB (Red+Green+Blue) = 233+83+114=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E95372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95372 is #16AC8D. Grayscale: #838383. Windows color (decimal): -1485966 or 7492585. OLE color: 7492585.

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

Color convert

RGB 233 83 114 -
CMYK 0 0.64 0.51 0.09
HSL 347.6º 0.77% 0.62% -
HSV(B) 347.6º 0.64% 0.91% -
XYZ 39.73 24.73 18.6 -
YUV 131.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 233 83 114 0 0.64 0.51 0.09 347.6 0.77 0.62
Hex E9 53 72 0 40 33 9 15C 4D 3E
Octal 351 123 162 0 100 63 11 534 115 76
Binary 11101001 1010011 1110010 0 1000000 110011 1001 101011100 1001101 111110

Color Harmonies of #E95372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95372

Black with #E95372

Text Example


Text Example

White with #E95372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95372; }

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

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

background-color css

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

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

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

border-color css

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

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

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