#EB726F

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

Shades of Geraldine #EB726F

Tints of Geraldine #EB726F

Color information

#EB726F (or 0xEB726F) is unknown color: approx Geraldine. HEX triplet: EB, 72 and 6F. RGB value is (235,114,111). Sum of RGB (Red+Green+Blue) = 235+114+111=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB726F is #148D90. Grayscale: #959595. Windows color (decimal): -1346961 or 7303915. OLE color: 7303915.

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

Color convert

RGB235114111-
CMYK00.510.530.08
HSL1.45º75.61%67.84%-
HSV(B)1.45º52.77%92.16%-
XYZ43.1530.8418.72-
YUV149.84106.09188.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=51.09%
G=24.78%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511411100.510.530.081.4575.6167.84
HexEB726F03335814c44
Octal35316215706365101114104
Binary111010111110010110111101100111101011000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB726F; }

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

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

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

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

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

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

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

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