Html Css Color HEX #E76260 Roman

📋 copy color: '#E76260'

red 231 ◦ green 98 ◦ blue 96

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

Shades of Roman #E76260

Tints of Roman #E76260

RGB

 RED value IS 231 (90.63% from 255) = 54.35%

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

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

R = 54.35%
G = 23.06%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E76260 (or 0xE76260) is known color: Roman. HEX triplet: E7, 62 and 60. RGB value is (231,98,96). Sum of RGB (Red+Green+Blue) = 231+98+96=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E76260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76260 is #189D9F. Grayscale: #898989. Windows color (decimal): -1613216 or 6316775. OLE color: 6316775.

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

Color convert

RGB 231 98 96 -
CMYK 0 0.58 0.58 0.09
HSL 0.89º 0.74% 0.64% -
HSV(B) 0.89º 0.58% 0.91% -
XYZ 39.43 26.57 14.12 -
YUV 137.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 231 98 96 0 0.58 0.58 0.09 0.89 0.74 0.64
Hex E7 62 60 0 3A 3A 9 1 4A 40
Octal 347 142 140 0 72 72 11 1 112 100
Binary 11100111 1100010 1100000 0 111010 111010 1001 1 1001010 1000000

Color Harmonies of #E76260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76260

Black with #E76260

Text Example


Text Example

White with #E76260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76260; }

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

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

background-color css

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

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

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

border-color css

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

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

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