Html Css Color HEX #E96280 Dark Pink

📋 copy color: '#E96280'

red 233 ◦ green 98 ◦ blue 128

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

Shades of Dark Pink #E96280

Tints of Dark Pink #E96280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.35%

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

R = 50.76%
G = 21.35%
B = 27.89%

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

#E96280 (or 0xE96280) is known color: Dark Pink. HEX triplet: E9, 62 and 80. RGB value is (233,98,128). Sum of RGB (Red+Green+Blue) = 233+98+128=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E96280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96280 is #169D7F. Grayscale: #8D8D8D. Windows color (decimal): -1482112 or 8413929. OLE color: 8413929.

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

Color convert

RGB 233 98 128 -
CMYK 0 0.58 0.45 0.09
HSL 346.67º 0.75% 0.65% -
HSV(B) 346.67º 0.58% 0.91% -
XYZ 41.87 27.62 23.55 -
YUV 141.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 233 98 128 0 0.58 0.45 0.09 346.67 0.75 0.65
Hex E9 62 80 0 3A 2D 9 15B 4B 41
Octal 351 142 200 0 72 55 11 533 113 101
Binary 11101001 1100010 10000000 0 111010 101101 1001 101011011 1001011 1000001

Color Harmonies of #E96280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96280

Black with #E96280

Text Example


Text Example

White with #E96280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96280; }

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

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

background-color css

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

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

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

border-color css

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

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

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