Html Css Color HEX #E07772 Geraldine

📋 copy color: '#E07772'

red 224 ◦ green 119 ◦ blue 114

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

Shades of Geraldine #E07772

Tints of Geraldine #E07772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.04%

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

R = 49.02%
G = 26.04%
B = 24.95%

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

#E07772 (or 0xE07772) is known color: Geraldine. HEX triplet: E0, 77 and 72. RGB value is (224,119,114). Sum of RGB (Red+Green+Blue) = 224+119+114=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07772 is #1F888D. Grayscale: #959595. Windows color (decimal): -2066574 or 7501792. OLE color: 7501792.

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

Color convert

RGB 224 119 114 -
CMYK 0 0.47 0.49 0.12
HSL 2.73º 0.64% 0.66% -
HSV(B) 2.73º 0.49% 0.88% -
XYZ 40.37 30.26 19.63 -
YUV 149.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 224 119 114 0 0.47 0.49 0.12 2.73 0.64 0.66
Hex E0 77 72 0 2F 31 C 3 40 42
Octal 340 167 162 0 57 61 14 3 100 102
Binary 11100000 1110111 1110010 0 101111 110001 1100 11 1000000 1000010

Color Harmonies of #E07772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07772

Black with #E07772

Text Example


Text Example

White with #E07772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07772; }

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

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

background-color css

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

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

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

border-color css

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

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

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