Html Css Color HEX #ED664E Flamingo

📋 copy color: '#ED664E'

red 237 ◦ green 102 ◦ blue 78

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

Shades of Flamingo #ED664E

Tints of Flamingo #ED664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.46%

 BLUE value IS 78 (30.86% from 255) = 18.71%

R = 56.83%
G = 24.46%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED664E (or 0xED664E) is known color: Flamingo. HEX triplet: ED, 66 and 4E. RGB value is (237,102,78). Sum of RGB (Red+Green+Blue) = 237+102+78=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED664E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED664E is #1299B1. Grayscale: #8B8B8B. Windows color (decimal): -1218994 or 5138157. OLE color: 5138157.

HSL color Cylindrical-coordinate representation of color #ED664E: hue angle of 9.06º degrees, saturation: 0.82, 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 #ED664E is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 102 78 -
CMYK 0 0.57 0.67 0.07
HSL 9.06º 0.82% 0.62% -
HSV(B) 9.06º 0.67% 0.93% -
XYZ 41.05 28.06 10.46 -
YUV 139.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 237 102 78 0 0.57 0.67 0.07 9.06 0.82 0.62
Hex ED 66 4E 0 39 43 7 9 52 3E
Octal 355 146 116 0 71 103 7 11 122 76
Binary 11101101 1100110 1001110 0 111001 1000011 111 1001 1010010 111110

Color Harmonies of #ED664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED664E

Black with #ED664E

Text Example


Text Example

White with #ED664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED664E; }

 p { color: rgb(237,102,78); }

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

background-color css

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

 a { background-color: rgb(237,102,78); }

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

border-color css

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

 span { border-color: rgb(237,102,78); }

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