Html Css Color HEX #E58073 Geraldine

📋 copy color: '#E58073'

red 229 ◦ green 128 ◦ blue 115

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

Shades of Geraldine #E58073

Tints of Geraldine #E58073

RGB

 RED value IS 229 (89.84% from 255) = 48.52%

 GREEN value IS 128 (50.39% from 255) = 27.12%

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

R = 48.52%
G = 27.12%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E58073 (or 0xE58073) is known color: Geraldine. HEX triplet: E5, 80 and 73. RGB value is (229,128,115). Sum of RGB (Red+Green+Blue) = 229+128+115=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E58073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58073 is #1A7F8C. Grayscale: #9C9C9C. Windows color (decimal): -1736589 or 7569637. OLE color: 7569637.

HSL color Cylindrical-coordinate representation of color #E58073: hue angle of 6.84º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E58073 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 128 115 -
CMYK 0 0.44 0.50 0.10
HSL 6.84º 0.69% 0.67% -
HSV(B) 6.84º 0.5% 0.9% -
XYZ 43.13 33.33 20.38 -
YUV 156.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 229 128 115 0 0.44 0.50 0.10 6.84 0.69 0.67
Hex E5 80 73 0 2C 32 A 7 45 43
Octal 345 200 163 0 54 62 12 7 105 103
Binary 11100101 10000000 1110011 0 101100 110010 1010 111 1000101 1000011

Color Harmonies of #E58073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58073

Black with #E58073

Text Example


Text Example

White with #E58073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58073; }

 p { color: rgb(229,128,115); }

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

background-color css

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

 a { background-color: rgb(229,128,115); }

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

border-color css

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

 span { border-color: rgb(229,128,115); }

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