Html Css Color HEX #E76868 Roman

📋 copy color: '#E76868'

red 231 ◦ green 104 ◦ blue 104

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

Shades of Roman #E76868

Tints of Roman #E76868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.69%

 BLUE value IS 104 (41.02% from 255) = 23.69%

R = 52.62%
G = 23.69%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E76868 (or 0xE76868) is known color: Roman. HEX triplet: E7, 68 and 68. RGB value is (231,104,104). Sum of RGB (Red+Green+Blue) = 231+104+104=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E76868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76868 is #189797. Grayscale: #8E8E8E. Windows color (decimal): -1611672 or 6842599. OLE color: 6842599.

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

Color convert

RGB 231 104 104 -
CMYK 0 0.55 0.55 0.09
HSL 0.73% 0.66% -
HSV(B) 0.55% 0.91% -
XYZ 40.4 27.89 16.35 -
YUV 141.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 231 104 104 0 0.55 0.55 0.09 0 0.73 0.66
Hex E7 68 68 0 37 37 9 0 49 42
Octal 347 150 150 0 67 67 11 0 111 102
Binary 11100111 1101000 1101000 0 110111 110111 1001 0 1001001 1000010

Color Harmonies of #E76868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76868

Black with #E76868

Text Example


Text Example

White with #E76868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76868; }

 p { color: rgb(231,104,104); }

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

background-color css

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

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

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

border-color css

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

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

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