Html Css Color HEX #E07C72 Geraldine

📋 copy color: '#E07C72'

red 224 ◦ green 124 ◦ blue 114

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

Shades of Geraldine #E07C72

Tints of Geraldine #E07C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 48.48%
G = 26.84%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E07C72 (or 0xE07C72) is known color: Geraldine. HEX triplet: E0, 7C and 72. RGB value is (224,124,114). Sum of RGB (Red+Green+Blue) = 224+124+114=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C72 is #1F838D. Grayscale: #989898. Windows color (decimal): -2065294 or 7503072. OLE color: 7503072.

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

Color convert

RGB 224 124 114 -
CMYK 0 0.45 0.49 0.12
HSL 5.45º 0.64% 0.66% -
HSV(B) 5.45º 0.49% 0.88% -
XYZ 40.99 31.48 19.84 -
YUV 152.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 224 124 114 0 0.45 0.49 0.12 5.45 0.64 0.66
Hex E0 7C 72 0 2D 31 C 5 40 42
Octal 340 174 162 0 55 61 14 5 100 102
Binary 11100000 1111100 1110010 0 101101 110001 1100 101 1000000 1000010

Color Harmonies of #E07C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C72

Black with #E07C72

Text Example


Text Example

White with #E07C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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