Html Css Color HEX #E96560 Roman

📋 copy color: '#E96560'

red 233 ◦ green 101 ◦ blue 96

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

Shades of Roman #E96560

Tints of Roman #E96560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.49%

 BLUE value IS 96 (37.89% from 255) = 22.33%

R = 54.19%
G = 23.49%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E96560 (or 0xE96560) is known color: Roman. HEX triplet: E9, 65 and 60. RGB value is (233,101,96). Sum of RGB (Red+Green+Blue) = 233+101+96=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E96560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96560 is #169A9F. Grayscale: #8C8C8C. Windows color (decimal): -1481376 or 6317545. OLE color: 6317545.

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

Color convert

RGB 233 101 96 -
CMYK 0 0.57 0.59 0.09
HSL 2.19º 0.76% 0.65% -
HSV(B) 2.19º 0.59% 0.91% -
XYZ 40.37 27.48 14.24 -
YUV 139.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 233 101 96 0 0.57 0.59 0.09 2.19 0.76 0.65
Hex E9 65 60 0 39 3B 9 2 4C 41
Octal 351 145 140 0 71 73 11 2 114 101
Binary 11101001 1100101 1100000 0 111001 111011 1001 10 1001100 1000001

Color Harmonies of #E96560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96560

Black with #E96560

Text Example


Text Example

White with #E96560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96560; }

 p { color: rgb(233,101,96); }

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

background-color css

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

 a { background-color: rgb(233,101,96); }

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

border-color css

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

 span { border-color: rgb(233,101,96); }

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