Html Css Color HEX #E98277 Geraldine

📋 copy color: '#E98277'

red 233 ◦ green 130 ◦ blue 119

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

Shades of Geraldine #E98277

Tints of Geraldine #E98277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.97%

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

R = 48.34%
G = 26.97%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E98277 (or 0xE98277) is known color: Geraldine. HEX triplet: E9, 82 and 77. RGB value is (233,130,119). Sum of RGB (Red+Green+Blue) = 233+130+119=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E98277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98277 is #167D88. Grayscale: #9F9F9F. Windows color (decimal): -1473929 or 7832297. OLE color: 7832297.

HSL color Cylindrical-coordinate representation of color #E98277: hue angle of 5.79º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E98277 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 130 119 -
CMYK 0 0.44 0.49 0.09
HSL 5.79º 0.72% 0.69% -
HSV(B) 5.79º 0.49% 0.91% -
XYZ 44.92 34.62 21.77 -
YUV 159.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 233 130 119 0 0.44 0.49 0.09 5.79 0.72 0.69
Hex E9 82 77 0 2C 31 9 6 48 45
Octal 351 202 167 0 54 61 11 6 110 105
Binary 11101001 10000010 1110111 0 101100 110001 1001 110 1001000 1000101

Color Harmonies of #E98277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98277

Black with #E98277

Text Example


Text Example

White with #E98277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98277; }

 p { color: rgb(233,130,119); }

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

background-color css

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

 a { background-color: rgb(233,130,119); }

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

border-color css

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

 span { border-color: rgb(233,130,119); }

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