Html Css Color HEX #E06965 Roman

📋 copy color: '#E06965'

red 224 ◦ green 105 ◦ blue 101

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

Shades of Roman #E06965

Tints of Roman #E06965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.42%

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

R = 52.09%
G = 24.42%
B = 23.49%

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

#E06965 (or 0xE06965) is known color: Roman. HEX triplet: E0, 69 and 65. RGB value is (224,105,101). Sum of RGB (Red+Green+Blue) = 224+105+101=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E06965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06965 is #1F969A. Grayscale: #8C8C8C. Windows color (decimal): -2070171 or 6646240. OLE color: 6646240.

HSL color Cylindrical-coordinate representation of color #E06965: hue angle of 1.95º 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 #E06965 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 101 -
CMYK 0 0.53 0.55 0.12
HSL 1.95º 0.66% 0.64% -
HSV(B) 1.95º 0.55% 0.88% -
XYZ 38.14 26.89 15.49 -
YUV 140.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 224 105 101 0 0.53 0.55 0.12 1.95 0.66 0.64
Hex E0 69 65 0 35 37 C 2 42 40
Octal 340 151 145 0 65 67 14 2 102 100
Binary 11100000 1101001 1100101 0 110101 110111 1100 10 1000010 1000000

Color Harmonies of #E06965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06965

Black with #E06965

Text Example


Text Example

White with #E06965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06965; }

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

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

background-color css

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

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

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

border-color css

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

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

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