Html Css Color HEX #E07974 Geraldine

📋 copy color: '#E07974'

red 224 ◦ green 121 ◦ blue 116

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

Shades of Geraldine #E07974

Tints of Geraldine #E07974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.25%

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 48.59%
G = 26.25%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E07974 (or 0xE07974) is known color: Geraldine. HEX triplet: E0, 79 and 74. RGB value is (224,121,116). Sum of RGB (Red+Green+Blue) = 224+121+116=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E07974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07974 is #1F868B. Grayscale: #979797. Windows color (decimal): -2066060 or 7633376. OLE color: 7633376.

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

Color convert

RGB 224 121 116 -
CMYK 0 0.46 0.48 0.12
HSL 2.78º 0.64% 0.67% -
HSV(B) 2.78º 0.48% 0.88% -
XYZ 40.73 30.78 20.32 -
YUV 151.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 224 121 116 0 0.46 0.48 0.12 2.78 0.64 0.67
Hex E0 79 74 0 2E 30 C 3 40 43
Octal 340 171 164 0 56 60 14 3 100 103
Binary 11100000 1111001 1110100 0 101110 110000 1100 11 1000000 1000011

Color Harmonies of #E07974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07974

Black with #E07974

Text Example


Text Example

White with #E07974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07974; }

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

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

background-color css

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

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

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

border-color css

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

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

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