Html Css Color HEX #E17869 Geraldine

📋 copy color: '#E17869'

red 225 ◦ green 120 ◦ blue 105

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

Shades of Geraldine #E17869

Tints of Geraldine #E17869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

 BLUE value IS 105 (41.41% from 255) = 23.33%

R = 50%
G = 26.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E17869 (or 0xE17869) is known color: Geraldine. HEX triplet: E1, 78 and 69. RGB value is (225,120,105). Sum of RGB (Red+Green+Blue) = 225+120+105=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E17869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17869 is #1E8796. Grayscale: #959595. Windows color (decimal): -2000791 or 6912225. OLE color: 6912225.

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

Color convert

RGB 225 120 105 -
CMYK 0 0.47 0.53 0.12
HSL 7.5º 0.67% 0.65% -
HSV(B) 7.5º 0.53% 0.88% -
XYZ 40.32 30.46 17.12 -
YUV 149.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 225 120 105 0 0.47 0.53 0.12 7.5 0.67 0.65
Hex E1 78 69 0 2F 35 C 8 43 41
Octal 341 170 151 0 57 65 14 10 103 101
Binary 11100001 1111000 1101001 0 101111 110101 1100 1000 1000011 1000001

Color Harmonies of #E17869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17869

Black with #E17869

Text Example


Text Example

White with #E17869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17869; }

 p { color: rgb(225,120,105); }

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

background-color css

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

 a { background-color: rgb(225,120,105); }

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

border-color css

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

 span { border-color: rgb(225,120,105); }

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