#eb7b7b

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

Shades of Geraldine #EB7B7B

Tints of Geraldine #EB7B7B

Color information

#EB7B7B (or 0xEB7B7B) is unknown color: approx Geraldine. HEX triplet: EB, 7B and 7B. RGB value is (235,123,123). Sum of RGB (Red+Green+Blue) = 235+123+123=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B7B is #148484. Grayscale: #9C9C9C. Windows color (decimal): -1344645 or 8092651. OLE color: 8092651.

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

Color convert

RGB235123123-
CMYK00.480.480.08
HSL73.68%70.2%-
HSV(B)47.66%92.16%-
XYZ44.9233.2622.79-
YUV156.49109.11184-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.86%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 123 (48.44% from 255) = 25.57%
R=48.86%
G=25.57%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512312300.480.480.08073.6870.2
HexEB7B7B03030804a46
Octal35317317306060100112106
Binary111010111111011111101101100001100001000010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb7b7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb7b7b; }

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

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

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

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

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

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

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

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