Html Css Color HEX #E0746C Geraldine

📋 copy color: '#E0746C'

red 224 ◦ green 116 ◦ blue 108

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

Shades of Geraldine #E0746C

Tints of Geraldine #E0746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 50%
G = 25.89%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0746C (or 0xE0746C) is known color: Geraldine. HEX triplet: E0, 74 and 6C. RGB value is (224,116,108). Sum of RGB (Red+Green+Blue) = 224+116+108=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0746C is #1F8B93. Grayscale: #939393. Windows color (decimal): -2067348 or 7107808. OLE color: 7107808.

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

Color convert

RGB 224 116 108 -
CMYK 0 0.48 0.52 0.12
HSL 4.14º 0.65% 0.65% -
HSV(B) 4.14º 0.52% 0.88% -
XYZ 39.69 29.42 17.77 -
YUV 147.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 224 116 108 0 0.48 0.52 0.12 4.14 0.65 0.65
Hex E0 74 6C 0 30 34 C 4 41 41
Octal 340 164 154 0 60 64 14 4 101 101
Binary 11100000 1110100 1101100 0 110000 110100 1100 100 1000001 1000001

Color Harmonies of #E0746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0746C

Black with #E0746C

Text Example


Text Example

White with #E0746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0746C; }

 p { color: rgb(224,116,108); }

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

background-color css

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

 a { background-color: rgb(224,116,108); }

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

border-color css

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

 span { border-color: rgb(224,116,108); }

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