Html Css Color HEX #E06A65 Roman

📋 copy color: '#E06A65'

red 224 ◦ green 106 ◦ blue 101

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

Shades of Roman #E06A65

Tints of Roman #E06A65

RGB

 RED value IS 224 (87.89% from 255) = 51.97%

 GREEN value IS 106 (41.8% from 255) = 24.59%

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 51.97%
G = 24.59%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E06A65 (or 0xE06A65) is known color: Roman. HEX triplet: E0, 6A and 65. RGB value is (224,106,101). Sum of RGB (Red+Green+Blue) = 224+106+101=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A65 is #1F959A. Grayscale: #8C8C8C. Windows color (decimal): -2069915 or 6646496. OLE color: 6646496.

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

Color convert

RGB 224 106 101 -
CMYK 0 0.53 0.55 0.12
HSL 2.44º 0.66% 0.64% -
HSV(B) 2.44º 0.55% 0.88% -
XYZ 38.24 27.09 15.53 -
YUV 140.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 224 106 101 0 0.53 0.55 0.12 2.44 0.66 0.64
Hex E0 6A 65 0 35 37 C 2 42 40
Octal 340 152 145 0 65 67 14 2 102 100
Binary 11100000 1101010 1100101 0 110101 110111 1100 10 1000010 1000000

Color Harmonies of #E06A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A65

Black with #E06A65

Text Example


Text Example

White with #E06A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A65; }

 p { color: rgb(224,106,101); }

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

background-color css

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

 a { background-color: rgb(224,106,101); }

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

border-color css

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

 span { border-color: rgb(224,106,101); }

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