#EB6E6D

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

Shades of Geraldine #EB6E6D

Tints of Geraldine #EB6E6D

Color information

#EB6E6D (or 0xEB6E6D) is unknown color: approx Geraldine. HEX triplet: EB, 6E and 6D. RGB value is (235,110,109). Sum of RGB (Red+Green+Blue) = 235+110+109=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6E6D is #149192. Grayscale: #939393. Windows color (decimal): -1347987 or 7171819. OLE color: 7171819.

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

Color convert

RGB235110109-
CMYK00.530.540.08
HSL0.48º75.9%67.45%-
HSV(B)0.48º53.62%92.16%-
XYZ42.629.9218-
YUV147.26106.41190.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.76%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=51.76%
G=24.23%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511010900.530.540.080.4875.967.45
HexEB6E6D03536804c43
Octal35315615506566100114103
Binary111010111101110110110101101011101101000010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E6D; }

 p { color: rgb(235,110,109); }

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

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

 a { background-color: rgb(235,110,109); }

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

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

 span { border-color: rgb(235,110,109); }

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