Html Css Color HEX #ED644D Flamingo

📋 copy color: '#ED644D'

red 237 ◦ green 100 ◦ blue 77

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

Shades of Flamingo #ED644D

Tints of Flamingo #ED644D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.6%

R = 57.25%
G = 24.15%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED644D (or 0xED644D) is known color: Flamingo. HEX triplet: ED, 64 and 4D. RGB value is (237,100,77). Sum of RGB (Red+Green+Blue) = 237+100+77=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED644D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED644D is #129BB2. Grayscale: #8A8A8A. Windows color (decimal): -1219507 or 5072109. OLE color: 5072109.

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

Color convert

RGB 237 100 77 -
CMYK 0 0.58 0.68 0.07
HSL 8.63º 0.82% 0.62% -
HSV(B) 8.63º 0.68% 0.93% -
XYZ 40.82 27.65 10.21 -
YUV 138.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 237 100 77 0 0.58 0.68 0.07 8.63 0.82 0.62
Hex ED 64 4D 0 3A 44 7 9 52 3E
Octal 355 144 115 0 72 104 7 11 122 76
Binary 11101101 1100100 1001101 0 111010 1000100 111 1001 1010010 111110

Color Harmonies of #ED644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED644D

Black with #ED644D

Text Example


Text Example

White with #ED644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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