#ED716A

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

Shades of Geraldine #ED716A

Tints of Geraldine #ED716A

Color information

#ED716A (or 0xED716A) is unknown color: approx Geraldine. HEX triplet: ED, 71 and 6A. RGB value is (237,113,106). Sum of RGB (Red+Green+Blue) = 237+113+106=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED716A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED716A is #128E95. Grayscale: #959595. Windows color (decimal): -1216150 or 6975981. OLE color: 6975981.

HSL color Cylindrical-coordinate representation of color #ED716A: hue angle of 3.21º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED716A is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB237113106-
CMYK00.520.550.07
HSL3.21º78.44%67.25%-
HSV(B)3.21º55.27%92.94%-
XYZ43.4330.8617.3-
YUV149.28103.58190.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.97%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=51.97%
G=24.78%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711310600.520.550.073.2178.4467.25
HexED716A03437734e43
Octal3551611520646773116103
Binary111011011110001110101001101001101111111110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED716A; }

 p { color: rgb(237,113,106); }

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

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

 a { background-color: rgb(237,113,106); }

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

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

 span { border-color: rgb(237,113,106); }

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