Html Css Color HEX #ED614F Flamingo

📋 copy color: '#ED614F'

red 237 ◦ green 97 ◦ blue 79

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

Shades of Flamingo #ED614F

Tints of Flamingo #ED614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.49%

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 57.38%
G = 23.49%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED614F (or 0xED614F) is known color: Flamingo. HEX triplet: ED, 61 and 4F. RGB value is (237,97,79). Sum of RGB (Red+Green+Blue) = 237+97+79=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED614F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED614F is #129EB0. Grayscale: #898989. Windows color (decimal): -1220273 or 5202413. OLE color: 5202413.

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

Color convert

RGB 237 97 79 -
CMYK 0 0.59 0.67 0.07
HSL 6.84º 0.81% 0.62% -
HSV(B) 6.84º 0.67% 0.93% -
XYZ 40.61 27.12 10.49 -
YUV 136.81 95.38 199.46 -
System Red Green Blue C M Y K H S L
Decimal 237 97 79 0 0.59 0.67 0.07 6.84 0.81 0.62
Hex ED 61 4F 0 3B 43 7 7 51 3E
Octal 355 141 117 0 73 103 7 7 121 76
Binary 11101101 1100001 1001111 0 111011 1000011 111 111 1010001 111110

Color Harmonies of #ED614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED614F

Black with #ED614F

Text Example


Text Example

White with #ED614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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