Html Css Color HEX #E07472 Geraldine

📋 copy color: '#E07472'

red 224 ◦ green 116 ◦ blue 114

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

Shades of Geraldine #E07472

Tints of Geraldine #E07472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.55%

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

R = 49.34%
G = 25.55%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E07472 (or 0xE07472) is known color: Geraldine. HEX triplet: E0, 74 and 72. RGB value is (224,116,114). Sum of RGB (Red+Green+Blue) = 224+116+114=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E07472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07472 is #1F8B8D. Grayscale: #949494. Windows color (decimal): -2067342 or 7501024. OLE color: 7501024.

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

Color convert

RGB 224 116 114 -
CMYK 0 0.48 0.49 0.12
HSL 1.09º 0.64% 0.66% -
HSV(B) 1.09º 0.49% 0.88% -
XYZ 40.02 29.55 19.51 -
YUV 148.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 224 116 114 0 0.48 0.49 0.12 1.09 0.64 0.66
Hex E0 74 72 0 30 31 C 1 40 42
Octal 340 164 162 0 60 61 14 1 100 102
Binary 11100000 1110100 1110010 0 110000 110001 1100 1 1000000 1000010

Color Harmonies of #E07472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07472

Black with #E07472

Text Example


Text Example

White with #E07472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07472; }

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

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

background-color css

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

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

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

border-color css

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

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

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