Html Css Color HEX #E07A72 Geraldine

📋 copy color: '#E07A72'

red 224 ◦ green 122 ◦ blue 114

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

Shades of Geraldine #E07A72

Tints of Geraldine #E07A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.52%

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

R = 48.7%
G = 26.52%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E07A72 (or 0xE07A72) is known color: Geraldine. HEX triplet: E0, 7A and 72. RGB value is (224,122,114). Sum of RGB (Red+Green+Blue) = 224+122+114=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A72 is #1F858D. Grayscale: #979797. Windows color (decimal): -2065806 or 7502560. OLE color: 7502560.

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

Color convert

RGB 224 122 114 -
CMYK 0 0.46 0.49 0.12
HSL 4.36º 0.64% 0.66% -
HSV(B) 4.36º 0.49% 0.88% -
XYZ 40.74 30.98 19.75 -
YUV 151.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 224 122 114 0 0.46 0.49 0.12 4.36 0.64 0.66
Hex E0 7A 72 0 2E 31 C 4 40 42
Octal 340 172 162 0 56 61 14 4 100 102
Binary 11100000 1111010 1110010 0 101110 110001 1100 100 1000000 1000010

Color Harmonies of #E07A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A72

Black with #E07A72

Text Example


Text Example

White with #E07A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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