Html Css Color HEX #E76461 Roman

📋 copy color: '#E76461'

red 231 ◦ green 100 ◦ blue 97

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

Shades of Roman #E76461

Tints of Roman #E76461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.36%

 BLUE value IS 97 (38.28% from 255) = 22.66%

R = 53.97%
G = 23.36%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E76461 (or 0xE76461) is known color: Roman. HEX triplet: E7, 64 and 61. RGB value is (231,100,97). Sum of RGB (Red+Green+Blue) = 231+100+97=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E76461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76461 is #189B9E. Grayscale: #8A8A8A. Windows color (decimal): -1612703 or 6382823. OLE color: 6382823.

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

Color convert

RGB 231 100 97 -
CMYK 0 0.57 0.58 0.09
HSL 1.34º 0.74% 0.64% -
HSV(B) 1.34º 0.58% 0.91% -
XYZ 39.67 26.97 14.42 -
YUV 138.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 231 100 97 0 0.57 0.58 0.09 1.34 0.74 0.64
Hex E7 64 61 0 39 3A 9 1 4A 40
Octal 347 144 141 0 71 72 11 1 112 100
Binary 11100111 1100100 1100001 0 111001 111010 1001 1 1001010 1000000

Color Harmonies of #E76461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76461

Black with #E76461

Text Example


Text Example

White with #E76461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76461; }

 p { color: rgb(231,100,97); }

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

background-color css

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

 a { background-color: rgb(231,100,97); }

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

border-color css

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

 span { border-color: rgb(231,100,97); }

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