#EB756C

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

Shades of Geraldine #EB756C

Tints of Geraldine #EB756C

Color information

#EB756C (or 0xEB756C) is unknown color: approx Geraldine. HEX triplet: EB, 75 and 6C. RGB value is (235,117,108). Sum of RGB (Red+Green+Blue) = 235+117+108=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB756C is #148A93. Grayscale: #979797. Windows color (decimal): -1346196 or 7108075. OLE color: 7108075.

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

Color convert

RGB235117108-
CMYK00.500.540.08
HSL4.25º76.05%67.25%-
HSV(B)4.25º54.04%92.16%-
XYZ43.3331.4717.98-
YUV151.26103.59187.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=51.09%
G=25.43%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511710800.500.540.084.2576.0567.25
HexEB756C03236844c43
Octal35316515406266104114103
Binary11101011111010111011000110010110110100010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB756C; }

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

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

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

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

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

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

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

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