Html Css Color HEX #E07971 Geraldine

📋 copy color: '#E07971'

red 224 ◦ green 121 ◦ blue 113

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

Shades of Geraldine #E07971

Tints of Geraldine #E07971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 48.91%
G = 26.42%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E07971 (or 0xE07971) is known color: Geraldine. HEX triplet: E0, 79 and 71. RGB value is (224,121,113). Sum of RGB (Red+Green+Blue) = 224+121+113=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07971 is #1F868E. Grayscale: #979797. Windows color (decimal): -2066063 or 7436768. OLE color: 7436768.

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

Color convert

RGB 224 121 113 -
CMYK 0 0.46 0.50 0.12
HSL 4.32º 0.64% 0.66% -
HSV(B) 4.32º 0.5% 0.88% -
XYZ 40.56 30.71 19.41 -
YUV 150.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 224 121 113 0 0.46 0.50 0.12 4.32 0.64 0.66
Hex E0 79 71 0 2E 32 C 4 40 42
Octal 340 171 161 0 56 62 14 4 100 102
Binary 11100000 1111001 1110001 0 101110 110010 1100 100 1000000 1000010

Color Harmonies of #E07971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07971

Black with #E07971

Text Example


Text Example

White with #E07971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07971; }

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

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

background-color css

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

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

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

border-color css

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

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

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