Html Css Color HEX #E07C74 Geraldine

📋 copy color: '#E07C74'

red 224 ◦ green 124 ◦ blue 116

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

Shades of Geraldine #E07C74

Tints of Geraldine #E07C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.72%

 BLUE value IS 116 (45.7% from 255) = 25%

R = 48.28%
G = 26.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E07C74 (or 0xE07C74) is known color: Geraldine. HEX triplet: E0, 7C and 74. RGB value is (224,124,116). Sum of RGB (Red+Green+Blue) = 224+124+116=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C74 is #1F838B. Grayscale: #999999. Windows color (decimal): -2065292 or 7634144. OLE color: 7634144.

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

Color convert

RGB 224 124 116 -
CMYK 0 0.45 0.48 0.12
HSL 4.44º 0.64% 0.67% -
HSV(B) 4.44º 0.48% 0.88% -
XYZ 41.1 31.52 20.44 -
YUV 152.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 224 124 116 0 0.45 0.48 0.12 4.44 0.64 0.67
Hex E0 7C 74 0 2D 30 C 4 40 43
Octal 340 174 164 0 55 60 14 4 100 103
Binary 11100000 1111100 1110100 0 101101 110000 1100 100 1000000 1000011

Color Harmonies of #E07C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C74

Black with #E07C74

Text Example


Text Example

White with #E07C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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