Html Css Color HEX #E98270 Geraldine

📋 copy color: '#E98270'

red 233 ◦ green 130 ◦ blue 112

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

Shades of Geraldine #E98270

Tints of Geraldine #E98270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.58%

R = 49.05%
G = 27.37%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E98270 (or 0xE98270) is known color: Geraldine. HEX triplet: E9, 82 and 70. RGB value is (233,130,112). Sum of RGB (Red+Green+Blue) = 233+130+112=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E98270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98270 is #167D8F. Grayscale: #9E9E9E. Windows color (decimal): -1473936 or 7373545. OLE color: 7373545.

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

Color convert

RGB 233 130 112 -
CMYK 0 0.44 0.52 0.09
HSL 8.93º 0.73% 0.68% -
HSV(B) 8.93º 0.52% 0.91% -
XYZ 44.51 34.46 19.63 -
YUV 158.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 233 130 112 0 0.44 0.52 0.09 8.93 0.73 0.68
Hex E9 82 70 0 2C 34 9 9 49 44
Octal 351 202 160 0 54 64 11 11 111 104
Binary 11101001 10000010 1110000 0 101100 110100 1001 1001 1001001 1000100

Color Harmonies of #E98270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98270

Black with #E98270

Text Example


Text Example

White with #E98270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98270; }

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

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

background-color css

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

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

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

border-color css

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

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

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