Html Css Color HEX #E07978 Geraldine

📋 copy color: '#E07978'

red 224 ◦ green 121 ◦ blue 120

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

Shades of Geraldine #E07978

Tints of Geraldine #E07978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.81%

R = 48.17%
G = 26.02%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E07978 (or 0xE07978) is known color: Geraldine. HEX triplet: E0, 79 and 78. RGB value is (224,121,120). Sum of RGB (Red+Green+Blue) = 224+121+120=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E07978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07978 is #1F8687. Grayscale: #979797. Windows color (decimal): -2066056 or 7895520. OLE color: 7895520.

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

Color convert

RGB 224 121 120 -
CMYK 0 0.46 0.46 0.12
HSL 0.58º 0.63% 0.67% -
HSV(B) 0.58º 0.46% 0.88% -
XYZ 40.97 30.88 21.57 -
YUV 151.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 224 121 120 0 0.46 0.46 0.12 0.58 0.63 0.67
Hex E0 79 78 0 2E 2E C 1 3F 43
Octal 340 171 170 0 56 56 14 1 77 103
Binary 11100000 1111001 1111000 0 101110 101110 1100 1 111111 1000011

Color Harmonies of #E07978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07978

Black with #E07978

Text Example


Text Example

White with #E07978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07978; }

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

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

background-color css

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

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

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

border-color css

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

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

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