Html Css Color HEX #E17473 Geraldine

📋 copy color: '#E17473'

red 225 ◦ green 116 ◦ blue 115

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

Shades of Geraldine #E17473

Tints of Geraldine #E17473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.44%

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 49.34%
G = 25.44%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E17473 (or 0xE17473) is known color: Geraldine. HEX triplet: E1, 74 and 73. RGB value is (225,116,115). Sum of RGB (Red+Green+Blue) = 225+116+115=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E17473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17473 is #1E8B8C. Grayscale: #949494. Windows color (decimal): -2001805 or 7566561. OLE color: 7566561.

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

Color convert

RGB 225 116 115 -
CMYK 0 0.48 0.49 0.12
HSL 0.55º 0.65% 0.67% -
HSV(B) 0.55º 0.49% 0.88% -
XYZ 40.39 29.74 19.83 -
YUV 148.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 225 116 115 0 0.48 0.49 0.12 0.55 0.65 0.67
Hex E1 74 73 0 30 31 C 1 41 43
Octal 341 164 163 0 60 61 14 1 101 103
Binary 11100001 1110100 1110011 0 110000 110001 1100 1 1000001 1000011

Color Harmonies of #E17473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17473

Black with #E17473

Text Example


Text Example

White with #E17473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17473; }

 p { color: rgb(225,116,115); }

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

background-color css

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

 a { background-color: rgb(225,116,115); }

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

border-color css

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

 span { border-color: rgb(225,116,115); }

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