#E07B76

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

Shades of Geraldine #E07B76

Tints of Geraldine #E07B76

Color information

#E07B76 (or 0xE07B76) is unknown color: approx Geraldine. HEX triplet: E0, 7B and 76. RGB value is (224,123,118). Sum of RGB (Red+Green+Blue) = 224+123+118=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B76 is #1F8489. Grayscale: #989898. Windows color (decimal): -2065546 or 7764960. OLE color: 7764960.

HSL color Cylindrical-coordinate representation of color #E07B76: hue angle of 2.83º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07B76 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB224123118-
CMYK00.450.470.12
HSL2.83º63.1%67.06%-
HSV(B)2.83º47.32%87.84%-
XYZ41.0931.3221.02-
YUV152.63108.46178.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.17%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=48.17%
G=26.45%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412311800.450.470.122.8363.167.06
HexE07B7602D2FC33f43
Octal3401731660555714377103
Binary111000001111011111011001011011011111100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07B76; }

 p { color: rgb(224,123,118); }

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

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

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

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

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

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

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