Html Css Color HEX #E16260 Roman

📋 copy color: '#E16260'

red 225 ◦ green 98 ◦ blue 96

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

Shades of Roman #E16260

Tints of Roman #E16260

RGB

 RED value IS 225 (88.28% from 255) = 53.7%

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

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

R = 53.7%
G = 23.39%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E16260 (or 0xE16260) is known color: Roman. HEX triplet: E1, 62 and 60. RGB value is (225,98,96). Sum of RGB (Red+Green+Blue) = 225+98+96=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E16260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16260 is #1E9D9F. Grayscale: #878787. Windows color (decimal): -2006432 or 6316769. OLE color: 6316769.

HSL color Cylindrical-coordinate representation of color #E16260: hue angle of 0.93º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16260 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 98 96 -
CMYK 0 0.56 0.57 0.12
HSL 0.93º 0.68% 0.63% -
HSV(B) 0.93º 0.57% 0.88% -
XYZ 37.53 25.59 14.03 -
YUV 135.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 225 98 96 0 0.56 0.57 0.12 0.93 0.68 0.63
Hex E1 62 60 0 38 39 C 1 44 3F
Octal 341 142 140 0 70 71 14 1 104 77
Binary 11100001 1100010 1100000 0 111000 111001 1100 1 1000100 111111

Color Harmonies of #E16260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16260

Black with #E16260

Text Example


Text Example

White with #E16260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16260; }

 p { color: rgb(225,98,96); }

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

background-color css

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

 a { background-color: rgb(225,98,96); }

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

border-color css

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

 span { border-color: rgb(225,98,96); }

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