#EB7B6B

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

Shades of Geraldine #EB7B6B

Tints of Geraldine #EB7B6B

Color information

#EB7B6B (or 0xEB7B6B) is unknown color: approx Geraldine. HEX triplet: EB, 7B and 6B. RGB value is (235,123,107). Sum of RGB (Red+Green+Blue) = 235+123+107=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B6B is #148494. Grayscale: #9A9A9A. Windows color (decimal): -1344661 or 7044075. OLE color: 7044075.

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

Color convert

RGB235123107-
CMYK00.480.540.08
HSL7.5º76.19%67.06%-
HSV(B)7.5º54.47%92.16%-
XYZ4432.8917.94-
YUV154.66101.11185.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 107 (42.19% from 255) = 23.01%
R=50.54%
G=26.45%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512310700.480.540.087.576.1967.06
HexEB7B6B03036884c43
Octal353173153060661010114103
Binary111010111111011110101101100001101101000100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7B6B; }

 p { color: rgb(235,123,107); }

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

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

 a { background-color: rgb(235,123,107); }

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

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

 span { border-color: rgb(235,123,107); }

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