#EB8272

Color #EB8272 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #EB8272

Tints of Geraldine #EB8272

Color information

#EB8272 (or 0xEB8272) is unknown color: approx Geraldine. HEX triplet: EB, 82 and 72. RGB value is (235,130,114). Sum of RGB (Red+Green+Blue) = 235+130+114=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8272 is #147D8D. Grayscale: #9F9F9F. Windows color (decimal): -1342862 or 7504619. OLE color: 7504619.

HSL color Cylindrical-coordinate representation of color #EB8272: hue angle of 7.93º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB8272 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB235130114-
CMYK00.450.510.08
HSL7.93º75.16%68.43%-
HSV(B)7.93º51.49%92.16%-
XYZ45.2834.8420.26-
YUV159.57102.29181.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.06%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=49.06%
G=27.14%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513011400.450.510.087.9375.1668.43
HexEB827202D33884b44
Octal353202162055631010113104
Binary1110101110000010111001001011011100111000100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8272; }

 p { color: rgb(235,130,114); }

 H1.HeaderClassName
 {
   color: #EB8272;
 }
 .AnyTagClassName
 {
   color: #EB8272;
 }
</style>
background-color css

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

 a { background-color: rgb(235,130,114); }

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

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

 span { border-color: rgb(235,130,114); }

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