Html Css Color HEX #E66460 Roman

📋 copy color: '#E66460'

red 230 ◦ green 100 ◦ blue 96

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

Shades of Roman #E66460

Tints of Roman #E66460

RGB

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

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

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

R = 53.99%
G = 23.47%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E66460 (or 0xE66460) is known color: Roman. HEX triplet: E6, 64 and 60. RGB value is (230,100,96). Sum of RGB (Red+Green+Blue) = 230+100+96=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E66460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66460 is #199B9F. Grayscale: #8A8A8A. Windows color (decimal): -1678240 or 6317286. OLE color: 6317286.

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

Color convert

RGB 230 100 96 -
CMYK 0 0.57 0.58 0.10
HSL 1.79º 0.73% 0.64% -
HSV(B) 1.79º 0.58% 0.9% -
XYZ 39.3 26.78 14.16 -
YUV 138.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 230 100 96 0 0.57 0.58 0.10 1.79 0.73 0.64
Hex E6 64 60 0 39 3A A 2 49 40
Octal 346 144 140 0 71 72 12 2 111 100
Binary 11100110 1100100 1100000 0 111001 111010 1010 10 1001001 1000000

Color Harmonies of #E66460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66460

Black with #E66460

Text Example


Text Example

White with #E66460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66460; }

 p { color: rgb(230,100,96); }

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

background-color css

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

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

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

border-color css

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

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

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