#E67574

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

Shades of Geraldine #E67574

Tints of Geraldine #E67574

Color information

#E67574 (or 0xE67574) is unknown color: approx Geraldine. HEX triplet: E6, 75 and 74. RGB value is (230,117,116). Sum of RGB (Red+Green+Blue) = 230+117+116=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E67574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67574 is #198A8B. Grayscale: #969696. Windows color (decimal): -1673868 or 7632358. OLE color: 7632358.

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

Color convert

RGB230117116-
CMYK00.490.500.10
HSL0.53º69.51%67.84%-
HSV(B)0.53º49.57%90.2%-
XYZ42.1530.8120.25-
YUV150.67108.44184.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.68%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 116 (45.70% from 255) = 25.05%
R=49.68%
G=25.27%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011711600.490.500.100.5369.5167.84
HexE6757403132A14644
Octal34616516406162121106104
Binary111001101110101111010001100011100101010110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67574; }

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

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

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

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

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

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

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

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