Html Css Color HEX #E95670 Dark Pink

📋 copy color: '#E95670'

red 233 ◦ green 86 ◦ blue 112

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

Shades of Dark Pink #E95670

Tints of Dark Pink #E95670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.95%

 BLUE value IS 112 (44.14% from 255) = 25.99%

R = 54.06%
G = 19.95%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E95670 (or 0xE95670) is known color: Dark Pink. HEX triplet: E9, 56 and 70. RGB value is (233,86,112). Sum of RGB (Red+Green+Blue) = 233+86+112=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E95670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95670 is #16A98F. Grayscale: #848484. Windows color (decimal): -1485200 or 7362281. OLE color: 7362281.

HSL color Cylindrical-coordinate representation of color #E95670: hue angle of 349.39º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95670 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 86 112 -
CMYK 0 0.63 0.52 0.09
HSL 349.39º 0.77% 0.63% -
HSV(B) 349.39º 0.63% 0.91% -
XYZ 39.86 25.15 18.08 -
YUV 132.92 116.2 199.39 -
System Red Green Blue C M Y K H S L
Decimal 233 86 112 0 0.63 0.52 0.09 349.39 0.77 0.63
Hex E9 56 70 0 3F 34 9 15D 4D 3F
Octal 351 126 160 0 77 64 11 535 115 77
Binary 11101001 1010110 1110000 0 111111 110100 1001 101011101 1001101 111111

Color Harmonies of #E95670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95670

Black with #E95670

Text Example


Text Example

White with #E95670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95670; }

 p { color: rgb(233,86,112); }

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

background-color css

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

 a { background-color: rgb(233,86,112); }

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

border-color css

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

 span { border-color: rgb(233,86,112); }

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