#E67571

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

Shades of Geraldine #E67571

Tints of Geraldine #E67571

Color information

#E67571 (or 0xE67571) is unknown color: approx Geraldine. HEX triplet: E6, 75 and 71. RGB value is (230,117,113). Sum of RGB (Red+Green+Blue) = 230+117+113=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E67571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67571 is #198A8E. Grayscale: #969696. Windows color (decimal): -1673871 or 7435750. OLE color: 7435750.

HSL color Cylindrical-coordinate representation of color #E67571: hue angle of 2.05º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67571 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB230117113-
CMYK00.490.510.10
HSL2.05º70.06%67.25%-
HSV(B)2.05º50.87%90.2%-
XYZ41.9830.7419.34-
YUV150.33106.94184.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=50%
G=25.43%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011711300.490.510.102.0570.0667.25
HexE6757103133A24643
Octal34616516106163122106103
Binary1110011011101011110001011000111001110101010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67571; }

 p { color: rgb(230,117,113); }

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

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

 a { background-color: rgb(230,117,113); }

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

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

 span { border-color: rgb(230,117,113); }

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