#EB7673

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

Shades of Geraldine #EB7673

Tints of Geraldine #EB7673

Color information

#EB7673 (or 0xEB7673) is unknown color: approx Geraldine. HEX triplet: EB, 76 and 73. RGB value is (235,118,115). Sum of RGB (Red+Green+Blue) = 235+118+115=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7673 is #14898C. Grayscale: #989898. Windows color (decimal): -1345933 or 7567083. OLE color: 7567083.

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

Color convert

RGB235118115-
CMYK00.500.510.08
HSL1.5º75%68.63%-
HSV(B)1.5º51.06%92.16%-
XYZ43.8331.8620.06-
YUV152.64106.76186.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.21%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=50.21%
G=25.21%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511811500.500.510.081.57568.63
HexEB767303233824b45
Octal35316616306263102113105
Binary1110101111101101110011011001011001110001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7673; }

 p { color: rgb(235,118,115); }

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

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

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

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

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

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

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