Html Css Color HEX #E96380 Dark Pink

📋 copy color: '#E96380'

red 233 ◦ green 99 ◦ blue 128

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

Shades of Dark Pink #E96380

Tints of Dark Pink #E96380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.52%

 BLUE value IS 128 (50.39% from 255) = 27.83%

R = 50.65%
G = 21.52%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E96380 (or 0xE96380) is known color: Dark Pink. HEX triplet: E9, 63 and 80. RGB value is (233,99,128). Sum of RGB (Red+Green+Blue) = 233+99+128=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E96380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96380 is #169C7F. Grayscale: #8E8E8E. Windows color (decimal): -1481856 or 8414185. OLE color: 8414185.

HSL color Cylindrical-coordinate representation of color #E96380: hue angle of 347.01º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96380 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 99 128 -
CMYK 0 0.58 0.45 0.09
HSL 347.01º 0.75% 0.65% -
HSV(B) 347.01º 0.58% 0.91% -
XYZ 41.96 27.81 23.58 -
YUV 142.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 233 99 128 0 0.58 0.45 0.09 347.01 0.75 0.65
Hex E9 63 80 0 3A 2D 9 15B 4B 41
Octal 351 143 200 0 72 55 11 533 113 101
Binary 11101001 1100011 10000000 0 111010 101101 1001 101011011 1001011 1000001

Color Harmonies of #E96380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96380

Black with #E96380

Text Example


Text Example

White with #E96380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96380; }

 p { color: rgb(233,99,128); }

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

background-color css

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

 a { background-color: rgb(233,99,128); }

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

border-color css

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

 span { border-color: rgb(233,99,128); }

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