Html Css Color HEX #E28077 Geraldine

📋 copy color: '#E28077'

red 226 ◦ green 128 ◦ blue 119

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

Shades of Geraldine #E28077

Tints of Geraldine #E28077

RGB

 RED value IS 226 (88.67% from 255) = 47.78%

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

 BLUE value IS 119 (46.88% from 255) = 25.16%

R = 47.78%
G = 27.06%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E28077 (or 0xE28077) is known color: Geraldine. HEX triplet: E2, 80 and 77. RGB value is (226,128,119). Sum of RGB (Red+Green+Blue) = 226+128+119=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E28077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28077 is #1D7F88. Grayscale: #9C9C9C. Windows color (decimal): -1933193 or 7831778. OLE color: 7831778.

HSL color Cylindrical-coordinate representation of color #E28077: hue angle of 5.05º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E28077 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 128 119 -
CMYK 0 0.43 0.47 0.11
HSL 5.05º 0.65% 0.68% -
HSV(B) 5.05º 0.47% 0.89% -
XYZ 42.41 32.94 21.58 -
YUV 156.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 226 128 119 0 0.43 0.47 0.11 5.05 0.65 0.68
Hex E2 80 77 0 2B 2F B 5 41 44
Octal 342 200 167 0 53 57 13 5 101 104
Binary 11100010 10000000 1110111 0 101011 101111 1011 101 1000001 1000100

Color Harmonies of #E28077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28077

Black with #E28077

Text Example


Text Example

White with #E28077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28077; }

 p { color: rgb(226,128,119); }

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

background-color css

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

 a { background-color: rgb(226,128,119); }

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

border-color css

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

 span { border-color: rgb(226,128,119); }

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