#eb6c69

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

Shades of Geraldine #EB6C69

Tints of Geraldine #EB6C69

Color information

#EB6C69 (or 0xEB6C69) is unknown color: approx Geraldine. HEX triplet: EB, 6C and 69. RGB value is (235,108,105). Sum of RGB (Red+Green+Blue) = 235+108+105=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6C69 is #149396. Grayscale: #919191. Windows color (decimal): -1348503 or 6909163. OLE color: 6909163.

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

Color convert

RGB235108105-
CMYK00.540.550.08
HSL1.38º76.47%66.67%-
HSV(B)1.38º55.32%92.16%-
XYZ42.1729.4116.82-
YUV145.63105.08191.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 108 (42.58% from 255) = 24.11%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=52.46%
G=24.11%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510810500.540.550.081.3876.4766.67
HexEB6C6903637814c43
Octal35315415106667101114103
Binary111010111101100110100101101101101111000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb6c69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb6c69; }

 p { color: rgb(235,108,105); }

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

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

 a { background-color: rgb(235,108,105); }

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

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

 span { border-color: rgb(235,108,105); }

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