Html Css Color HEX #ED645E Flamingo

📋 copy color: '#ED645E'

red 237 ◦ green 100 ◦ blue 94

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

Shades of Flamingo #ED645E

Tints of Flamingo #ED645E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 54.99%
G = 23.2%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED645E (or 0xED645E) is known color: Flamingo. HEX triplet: ED, 64 and 5E. RGB value is (237,100,94). Sum of RGB (Red+Green+Blue) = 237+100+94=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED645E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED645E is #129BA1. Grayscale: #8C8C8C. Windows color (decimal): -1219490 or 6186221. OLE color: 6186221.

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

Color convert

RGB 237 100 94 -
CMYK 0 0.58 0.60 0.07
HSL 2.52º 0.8% 0.65% -
HSV(B) 2.52º 0.6% 0.93% -
XYZ 41.5 27.93 13.79 -
YUV 140.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 237 100 94 0 0.58 0.60 0.07 2.52 0.8 0.65
Hex ED 64 5E 0 3A 3C 7 3 50 41
Octal 355 144 136 0 72 74 7 3 120 101
Binary 11101101 1100100 1011110 0 111010 111100 111 11 1010000 1000001

Color Harmonies of #ED645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED645E

Black with #ED645E

Text Example


Text Example

White with #ED645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED645E; }

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

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

background-color css

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

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

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

border-color css

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

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

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