Html Css Color HEX #ED645D Flamingo

📋 copy color: '#ED645D'

red 237 ◦ green 100 ◦ blue 93

#ED645D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #ED645D

Tints of Flamingo #ED645D

RGB

 RED value IS 237 (92.97% from 255) = 55.12%

 GREEN value IS 100 (39.45% from 255) = 23.26%

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 55.12%
G = 23.26%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED645D (or 0xED645D) is known color: Flamingo. HEX triplet: ED, 64 and 5D. RGB value is (237,100,93). Sum of RGB (Red+Green+Blue) = 237+100+93=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED645D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED645D is #129BA2. Grayscale: #8C8C8C. Windows color (decimal): -1219491 or 6120685. OLE color: 6120685.

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

Color convert

RGB 237 100 93 -
CMYK 0 0.58 0.61 0.07
HSL 2.92º 0.8% 0.65% -
HSV(B) 2.92º 0.61% 0.93% -
XYZ 41.46 27.91 13.56 -
YUV 140.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 237 100 93 0 0.58 0.61 0.07 2.92 0.8 0.65
Hex ED 64 5D 0 3A 3D 7 3 50 41
Octal 355 144 135 0 72 75 7 3 120 101
Binary 11101101 1100100 1011101 0 111010 111101 111 11 1010000 1000001

Color Harmonies of #ED645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED645D

Black with #ED645D

Text Example


Text Example

White with #ED645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED645D; }

 p { color: rgb(237,100,93); }

 H1.HeaderClassName
 {
   color: #ED645D;
 }
 .AnyTagClassName
 {
   color: #ED645D;
 }
</style>

background-color css

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

 a { background-color: rgb(237,100,93); }

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

border-color css

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

 span { border-color: rgb(237,100,93); }

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