Html Css Color HEX #E17971 Geraldine

📋 copy color: '#E17971'

red 225 ◦ green 121 ◦ blue 113

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

Shades of Geraldine #E17971

Tints of Geraldine #E17971

RGB

 RED value IS 225 (88.28% from 255) = 49.02%

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

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

R = 49.02%
G = 26.36%
B = 24.62%

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

#E17971 (or 0xE17971) is known color: Geraldine. HEX triplet: E1, 79 and 71. RGB value is (225,121,113). Sum of RGB (Red+Green+Blue) = 225+121+113=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E17971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17971 is #1E868E. Grayscale: #979797. Windows color (decimal): -2000527 or 7436769. OLE color: 7436769.

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

Color convert

RGB 225 121 113 -
CMYK 0 0.46 0.50 0.12
HSL 4.29º 0.65% 0.66% -
HSV(B) 4.29º 0.5% 0.88% -
XYZ 40.87 30.87 19.43 -
YUV 151.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 225 121 113 0 0.46 0.50 0.12 4.29 0.65 0.66
Hex E1 79 71 0 2E 32 C 4 41 42
Octal 341 171 161 0 56 62 14 4 101 102
Binary 11100001 1111001 1110001 0 101110 110010 1100 100 1000001 1000010

Color Harmonies of #E17971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17971

Black with #E17971

Text Example


Text Example

White with #E17971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17971; }

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

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

background-color css

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

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

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

border-color css

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

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

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