#EB7B77

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

Shades of Geraldine #EB7B77

Tints of Geraldine #EB7B77

Color information

#EB7B77 (or 0xEB7B77) is unknown color: approx Geraldine. HEX triplet: EB, 7B and 77. RGB value is (235,123,119). Sum of RGB (Red+Green+Blue) = 235+123+119=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B77 is #148488. Grayscale: #9C9C9C. Windows color (decimal): -1344649 or 7830507. OLE color: 7830507.

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

Color convert

RGB235123119-
CMYK00.480.490.08
HSL2.07º74.36%69.41%-
HSV(B)2.07º49.36%92.16%-
XYZ44.6733.1621.5-
YUV156.03107.11184.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=49.27%
G=25.79%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512311900.480.490.082.0774.3669.41
HexEB7B7703031824a45
Octal35317316706061102112105
Binary1110101111110111110111011000011000110001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7B77; }

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

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

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

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

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

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

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

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