Html Css Color HEX #E98075 Geraldine

📋 copy color: '#E98075'

red 233 ◦ green 128 ◦ blue 117

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

Shades of Geraldine #E98075

Tints of Geraldine #E98075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.48%

R = 48.74%
G = 26.78%
B = 24.48%

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

#E98075 (or 0xE98075) is known color: Geraldine. HEX triplet: E9, 80 and 75. RGB value is (233,128,117). Sum of RGB (Red+Green+Blue) = 233+128+117=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E98075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98075 is #167F8A. Grayscale: #9E9E9E. Windows color (decimal): -1474443 or 7700713. OLE color: 7700713.

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

Color convert

RGB 233 128 117 -
CMYK 0 0.45 0.50 0.09
HSL 5.69º 0.73% 0.69% -
HSV(B) 5.69º 0.5% 0.91% -
XYZ 44.53 34.05 21.05 -
YUV 158.14 104.79 181.39 -
System Red Green Blue C M Y K H S L
Decimal 233 128 117 0 0.45 0.50 0.09 5.69 0.73 0.69
Hex E9 80 75 0 2D 32 9 6 48 45
Octal 351 200 165 0 55 62 11 6 110 105
Binary 11101001 10000000 1110101 0 101101 110010 1001 110 1001000 1000101

Color Harmonies of #E98075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98075

Black with #E98075

Text Example


Text Example

White with #E98075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98075; }

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

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

background-color css

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

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

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

border-color css

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

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

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