Html Css Color HEX #E76766 Roman

📋 copy color: '#E76766'

red 231 ◦ green 103 ◦ blue 102

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

Shades of Roman #E76766

Tints of Roman #E76766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.62%

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 52.98%
G = 23.62%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E76766 (or 0xE76766) is known color: Roman. HEX triplet: E7, 67 and 66. RGB value is (231,103,102). Sum of RGB (Red+Green+Blue) = 231+103+102=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E76766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76766 is #189899. Grayscale: #8D8D8D. Windows color (decimal): -1611930 or 6711271. OLE color: 6711271.

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

Color convert

RGB 231 103 102 -
CMYK 0 0.55 0.56 0.09
HSL 0.47º 0.73% 0.65% -
HSV(B) 0.47º 0.56% 0.91% -
XYZ 40.2 27.65 15.79 -
YUV 141.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 231 103 102 0 0.55 0.56 0.09 0.47 0.73 0.65
Hex E7 67 66 0 37 38 9 0 49 41
Octal 347 147 146 0 67 70 11 0 111 101
Binary 11100111 1100111 1100110 0 110111 111000 1001 0 1001001 1000001

Color Harmonies of #E76766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76766

Black with #E76766

Text Example


Text Example

White with #E76766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76766; }

 p { color: rgb(231,103,102); }

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

background-color css

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

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

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

border-color css

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

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

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