#EB716F

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

Shades of Geraldine #EB716F

Tints of Geraldine #EB716F

Color information

#EB716F (or 0xEB716F) is unknown color: approx Geraldine. HEX triplet: EB, 71 and 6F. RGB value is (235,113,111). Sum of RGB (Red+Green+Blue) = 235+113+111=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB716F is #148E90. Grayscale: #959595. Windows color (decimal): -1347217 or 7303659. OLE color: 7303659.

HSL color Cylindrical-coordinate representation of color #EB716F: hue angle of 0.97º 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 #EB716F is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB235113111-
CMYK00.520.530.08
HSL0.97º75.61%67.84%-
HSV(B)0.97º52.77%92.16%-
XYZ43.0430.6218.68-
YUV149.25106.42189.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=51.20%
G=24.62%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511311100.520.530.080.9775.6167.84
HexEB716F03435814c44
Octal35316115706465101114104
Binary111010111110001110111101101001101011000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB716F; }

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

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

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

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

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

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

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

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