Html Css Color HEX #E07672 Geraldine

📋 copy color: '#E07672'

red 224 ◦ green 118 ◦ blue 114

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

Shades of Geraldine #E07672

Tints of Geraldine #E07672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.88%

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

R = 49.12%
G = 25.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E07672 (or 0xE07672) is known color: Geraldine. HEX triplet: E0, 76 and 72. RGB value is (224,118,114). Sum of RGB (Red+Green+Blue) = 224+118+114=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E07672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07672 is #1F898D. Grayscale: #959595. Windows color (decimal): -2066830 or 7501536. OLE color: 7501536.

HSL color Cylindrical-coordinate representation of color #E07672: hue angle of 2.18º 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 #E07672 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 114 -
CMYK 0 0.47 0.49 0.12
HSL 2.18º 0.64% 0.66% -
HSV(B) 2.18º 0.49% 0.88% -
XYZ 40.26 30.02 19.59 -
YUV 149.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 224 118 114 0 0.47 0.49 0.12 2.18 0.64 0.66
Hex E0 76 72 0 2F 31 C 2 40 42
Octal 340 166 162 0 57 61 14 2 100 102
Binary 11100000 1110110 1110010 0 101111 110001 1100 10 1000000 1000010

Color Harmonies of #E07672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07672

Black with #E07672

Text Example


Text Example

White with #E07672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07672; }

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

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

background-color css

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

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

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

border-color css

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

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

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