Html Css Color HEX #E66868 Roman

📋 copy color: '#E66868'

red 230 ◦ green 104 ◦ blue 104

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

Shades of Roman #E66868

Tints of Roman #E66868

RGB

 RED value IS 230 (90.23% from 255) = 52.51%

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

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

R = 52.51%
G = 23.74%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E66868 (or 0xE66868) is known color: Roman. HEX triplet: E6, 68 and 68. RGB value is (230,104,104). Sum of RGB (Red+Green+Blue) = 230+104+104=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E66868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66868 is #199797. Grayscale: #8D8D8D. Windows color (decimal): -1677208 or 6842598. OLE color: 6842598.

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

Color convert

RGB 230 104 104 -
CMYK 0 0.55 0.55 0.10
HSL 0.72% 0.65% -
HSV(B) 0.55% 0.9% -
XYZ 40.08 27.72 16.34 -
YUV 141.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 230 104 104 0 0.55 0.55 0.10 0 0.72 0.65
Hex E6 68 68 0 37 37 A 0 48 41
Octal 346 150 150 0 67 67 12 0 110 101
Binary 11100110 1101000 1101000 0 110111 110111 1010 0 1001000 1000001

Color Harmonies of #E66868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66868

Black with #E66868

Text Example


Text Example

White with #E66868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66868; }

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

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

background-color css

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

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

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

border-color css

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

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

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