Html Css Color HEX #E06865 Roman

📋 copy color: '#E06865'

red 224 ◦ green 104 ◦ blue 101

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

Shades of Roman #E06865

Tints of Roman #E06865

RGB

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

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

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

R = 52.21%
G = 24.24%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E06865 (or 0xE06865) is known color: Roman. HEX triplet: E0, 68 and 65. RGB value is (224,104,101). Sum of RGB (Red+Green+Blue) = 224+104+101=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E06865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06865 is #1F979A. Grayscale: #8B8B8B. Windows color (decimal): -2070427 or 6645984. OLE color: 6645984.

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

Color convert

RGB 224 104 101 -
CMYK 0 0.54 0.55 0.12
HSL 1.46º 0.66% 0.64% -
HSV(B) 1.46º 0.55% 0.88% -
XYZ 38.04 26.69 15.46 -
YUV 139.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 224 104 101 0 0.54 0.55 0.12 1.46 0.66 0.64
Hex E0 68 65 0 36 37 C 1 42 40
Octal 340 150 145 0 66 67 14 1 102 100
Binary 11100000 1101000 1100101 0 110110 110111 1100 1 1000010 1000000

Color Harmonies of #E06865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06865

Black with #E06865

Text Example


Text Example

White with #E06865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06865; }

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

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

background-color css

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

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

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

border-color css

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

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

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