Html Css Color HEX #E0746E Geraldine

📋 copy color: '#E0746E'

red 224 ◦ green 116 ◦ blue 110

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

Shades of Geraldine #E0746E

Tints of Geraldine #E0746E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 49.78%
G = 25.78%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0746E (or 0xE0746E) is known color: Geraldine. HEX triplet: E0, 74 and 6E. RGB value is (224,116,110). Sum of RGB (Red+Green+Blue) = 224+116+110=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0746E is #1F8B91. Grayscale: #939393. Windows color (decimal): -2067346 or 7238880. OLE color: 7238880.

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

Color convert

RGB 224 116 110 -
CMYK 0 0.48 0.51 0.12
HSL 3.16º 0.65% 0.65% -
HSV(B) 3.16º 0.51% 0.88% -
XYZ 39.8 29.46 18.34 -
YUV 147.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 224 116 110 0 0.48 0.51 0.12 3.16 0.65 0.65
Hex E0 74 6E 0 30 33 C 3 41 41
Octal 340 164 156 0 60 63 14 3 101 101
Binary 11100000 1110100 1101110 0 110000 110011 1100 11 1000001 1000001

Color Harmonies of #E0746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0746E

Black with #E0746E

Text Example


Text Example

White with #E0746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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