#ED634F

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

Shades of Flamingo #ED634F

Tints of Flamingo #ED634F

Color information

#ED634F (or 0xED634F) is unknown color: approx Flamingo. HEX triplet: ED, 63 and 4F. RGB value is (237,99,79). Sum of RGB (Red+Green+Blue) = 237+99+79=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED634F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED634F is #129CB0. Grayscale: #8A8A8A. Windows color (decimal): -1219761 or 5202925. OLE color: 5202925.

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

Color convert

RGB2379979-
CMYK00.580.670.07
HSL7.59º81.44%61.96%-
HSV(B)7.59º66.67%92.94%-
XYZ40.827.4910.55-
YUV137.9894.72198.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.11%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=57.11%
G=23.86%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237997900.580.670.077.5981.4461.96
HexED634F03A4378513e
Octal35514311707210371012176
Binary11101101110001110011110111010100001111110001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED634F; }

 p { color: rgb(237,99,79); }

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

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

 a { background-color: rgb(237,99,79); }

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

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

 span { border-color: rgb(237,99,79); }

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