#E67570

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

Shades of Geraldine #E67570

Tints of Geraldine #E67570

Color information

#E67570 (or 0xE67570) is unknown color: approx Geraldine. HEX triplet: E6, 75 and 70. RGB value is (230,117,112). Sum of RGB (Red+Green+Blue) = 230+117+112=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E67570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67570 is #198A8F. Grayscale: #969696. Windows color (decimal): -1673872 or 7370214. OLE color: 7370214.

HSL color Cylindrical-coordinate representation of color #E67570: hue angle of 2.54º 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 #E67570 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB230117112-
CMYK00.490.510.10
HSL2.54º70.24%67.06%-
HSV(B)2.54º51.3%90.2%-
XYZ41.9230.7219.05-
YUV150.22106.44184.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.11%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=50.11%
G=25.49%
B=24.40%

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
Decimal23011711200.490.510.102.5470.2467.06
HexE6757003133A34643
Octal34616516006163123106103
Binary1110011011101011110000011000111001110101110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67570; }

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

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

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

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

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

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

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

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