Html Css Color HEX #E98074 Geraldine

📋 copy color: '#E98074'

red 233 ◦ green 128 ◦ blue 116

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

Shades of Geraldine #E98074

Tints of Geraldine #E98074

RGB

 RED value IS 233 (91.41% from 255) = 48.85%

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

 BLUE value IS 116 (45.7% from 255) = 24.32%

R = 48.85%
G = 26.83%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E98074 (or 0xE98074) is known color: Geraldine. HEX triplet: E9, 80 and 74. RGB value is (233,128,116). Sum of RGB (Red+Green+Blue) = 233+128+116=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E98074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98074 is #167F8B. Grayscale: #9E9E9E. Windows color (decimal): -1474444 or 7635177. OLE color: 7635177.

HSL color Cylindrical-coordinate representation of color #E98074: hue angle of 6.15º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E98074 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 128 116 -
CMYK 0 0.45 0.50 0.09
HSL 6.15º 0.73% 0.68% -
HSV(B) 6.15º 0.5% 0.91% -
XYZ 44.48 34.02 20.75 -
YUV 158.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 233 128 116 0 0.45 0.50 0.09 6.15 0.73 0.68
Hex E9 80 74 0 2D 32 9 6 49 44
Octal 351 200 164 0 55 62 11 6 111 104
Binary 11101001 10000000 1110100 0 101101 110010 1001 110 1001001 1000100

Color Harmonies of #E98074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98074

Black with #E98074

Text Example


Text Example

White with #E98074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98074; }

 p { color: rgb(233,128,116); }

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

background-color css

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

 a { background-color: rgb(233,128,116); }

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

border-color css

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

 span { border-color: rgb(233,128,116); }

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