#E9716D

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

Shades of Geraldine #E9716D

Tints of Geraldine #E9716D

Color information

#E9716D (or 0xE9716D) is unknown color: approx Geraldine. HEX triplet: E9, 71 and 6D. RGB value is (233,113,109). Sum of RGB (Red+Green+Blue) = 233+113+109=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E9716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9716D is #168E92. Grayscale: #949494. Windows color (decimal): -1478291 or 7172585. OLE color: 7172585.

HSL color Cylindrical-coordinate representation of color #E9716D: hue angle of 1.94º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9716D is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB233113109-
CMYK00.520.530.09
HSL1.94º73.81%67.06%-
HSV(B)1.94º53.22%91.37%-
XYZ42.2730.2418.08-
YUV148.42105.76188.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.21%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=51.21%
G=24.84%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311310900.520.530.091.9473.8167.06
HexE9716D03435924a43
Octal35116115506465112112103
Binary1110100111100011101101011010011010110011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9716D; }

 p { color: rgb(233,113,109); }

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

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

 a { background-color: rgb(233,113,109); }

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

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

 span { border-color: rgb(233,113,109); }

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