Html Css Color HEX #E16965 Roman

📋 copy color: '#E16965'

red 225 ◦ green 105 ◦ blue 101

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

Shades of Roman #E16965

Tints of Roman #E16965

RGB

 RED value IS 225 (88.28% from 255) = 52.2%

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

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

R = 52.2%
G = 24.36%
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

#E16965 (or 0xE16965) is known color: Roman. HEX triplet: E1, 69 and 65. RGB value is (225,105,101). Sum of RGB (Red+Green+Blue) = 225+105+101=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E16965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16965 is #1E969A. Grayscale: #8C8C8C. Windows color (decimal): -2004635 or 6646241. OLE color: 6646241.

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

Color convert

RGB 225 105 101 -
CMYK 0 0.53 0.55 0.12
HSL 1.94º 0.67% 0.64% -
HSV(B) 1.94º 0.55% 0.88% -
XYZ 38.45 27.05 15.51 -
YUV 140.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 225 105 101 0 0.53 0.55 0.12 1.94 0.67 0.64
Hex E1 69 65 0 35 37 C 2 43 40
Octal 341 151 145 0 65 67 14 2 103 100
Binary 11100001 1101001 1100101 0 110101 110111 1100 10 1000011 1000000

Color Harmonies of #E16965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16965

Black with #E16965

Text Example


Text Example

White with #E16965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16965; }

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

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

background-color css

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

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

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

border-color css

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

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

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