Html Css Color HEX #E06B68 Roman

📋 copy color: '#E06B68'

red 224 ◦ green 107 ◦ blue 104

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

Shades of Roman #E06B68

Tints of Roman #E06B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.6%

 BLUE value IS 104 (41.02% from 255) = 23.91%

R = 51.49%
G = 24.6%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E06B68 (or 0xE06B68) is known color: Roman. HEX triplet: E0, 6B and 68. RGB value is (224,107,104). Sum of RGB (Red+Green+Blue) = 224+107+104=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B68 is #1F9497. Grayscale: #8D8D8D. Windows color (decimal): -2069656 or 6843360. OLE color: 6843360.

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

Color convert

RGB 224 107 104 -
CMYK 0 0.52 0.54 0.12
HSL 1.5º 0.66% 0.64% -
HSV(B) 1.5º 0.54% 0.88% -
XYZ 38.5 27.36 16.35 -
YUV 141.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 224 107 104 0 0.52 0.54 0.12 1.5 0.66 0.64
Hex E0 6B 68 0 34 36 C 2 42 40
Octal 340 153 150 0 64 66 14 2 102 100
Binary 11100000 1101011 1101000 0 110100 110110 1100 10 1000010 1000000

Color Harmonies of #E06B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06B68

Black with #E06B68

Text Example


Text Example

White with #E06B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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