Html Css Color HEX #E17271 Geraldine

📋 copy color: '#E17271'

red 225 ◦ green 114 ◦ blue 113

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

Shades of Geraldine #E17271

Tints of Geraldine #E17271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

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

R = 49.78%
G = 25.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E17271 (or 0xE17271) is known color: Geraldine. HEX triplet: E1, 72 and 71. RGB value is (225,114,113). Sum of RGB (Red+Green+Blue) = 225+114+113=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E17271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17271 is #1E8D8E. Grayscale: #939393. Windows color (decimal): -2002319 or 7434977. OLE color: 7434977.

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

Color convert

RGB 225 114 113 -
CMYK 0 0.49 0.50 0.12
HSL 0.54º 0.65% 0.66% -
HSV(B) 0.54º 0.5% 0.88% -
XYZ 40.05 29.23 19.15 -
YUV 147.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 225 114 113 0 0.49 0.50 0.12 0.54 0.65 0.66
Hex E1 72 71 0 31 32 C 1 41 42
Octal 341 162 161 0 61 62 14 1 101 102
Binary 11100001 1110010 1110001 0 110001 110010 1100 1 1000001 1000010

Color Harmonies of #E17271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17271

Black with #E17271

Text Example


Text Example

White with #E17271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17271; }

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

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

background-color css

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

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

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

border-color css

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

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

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