Html Css Color HEX #E96283 Dark Pink

📋 copy color: '#E96283'

red 233 ◦ green 98 ◦ blue 131

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

Shades of Dark Pink #E96283

Tints of Dark Pink #E96283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.35%

R = 50.43%
G = 21.21%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E96283 (or 0xE96283) is known color: Dark Pink. HEX triplet: E9, 62 and 83. RGB value is (233,98,131). Sum of RGB (Red+Green+Blue) = 233+98+131=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E96283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96283 is #169D7C. Grayscale: #8E8E8E. Windows color (decimal): -1482109 or 8610537. OLE color: 8610537.

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

Color convert

RGB 233 98 131 -
CMYK 0 0.58 0.44 0.09
HSL 345.33º 0.75% 0.65% -
HSV(B) 345.33º 0.58% 0.91% -
XYZ 42.07 27.7 24.6 -
YUV 142.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 233 98 131 0 0.58 0.44 0.09 345.33 0.75 0.65
Hex E9 62 83 0 3A 2C 9 159 4B 41
Octal 351 142 203 0 72 54 11 531 113 101
Binary 11101001 1100010 10000011 0 111010 101100 1001 101011001 1001011 1000001

Color Harmonies of #E96283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96283

Black with #E96283

Text Example


Text Example

White with #E96283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96283; }

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

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

background-color css

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

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

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

border-color css

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

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

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