Html Css Color HEX #E98274 Geraldine

📋 copy color: '#E98274'

red 233 ◦ green 130 ◦ blue 116

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

Shades of Geraldine #E98274

Tints of Geraldine #E98274

RGB

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

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

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

R = 48.64%
G = 27.14%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E98274 (or 0xE98274) is known color: Geraldine. HEX triplet: E9, 82 and 74. RGB value is (233,130,116). Sum of RGB (Red+Green+Blue) = 233+130+116=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E98274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98274 is #167D8B. Grayscale: #9F9F9F. Windows color (decimal): -1473932 or 7635689. OLE color: 7635689.

HSL color Cylindrical-coordinate representation of color #E98274: hue angle of 7.18º 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 #E98274 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 130 116 -
CMYK 0 0.44 0.50 0.09
HSL 7.18º 0.73% 0.68% -
HSV(B) 7.18º 0.5% 0.91% -
XYZ 44.74 34.55 20.83 -
YUV 159.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 233 130 116 0 0.44 0.50 0.09 7.18 0.73 0.68
Hex E9 82 74 0 2C 32 9 7 49 44
Octal 351 202 164 0 54 62 11 7 111 104
Binary 11101001 10000010 1110100 0 101100 110010 1001 111 1001001 1000100

Color Harmonies of #E98274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98274

Black with #E98274

Text Example


Text Example

White with #E98274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98274; }

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

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

background-color css

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

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

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

border-color css

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

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

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