Html Css Color HEX #EC614A Flamingo

📋 copy color: '#EC614A'

red 236 ◦ green 97 ◦ blue 74

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

Shades of Flamingo #EC614A

Tints of Flamingo #EC614A

RGB

 RED value IS 236 (92.58% from 255) = 57.99%

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

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 57.99%
G = 23.83%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC614A (or 0xEC614A) is known color: Flamingo. HEX triplet: EC, 61 and 4A. RGB value is (236,97,74). Sum of RGB (Red+Green+Blue) = 236+97+74=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC614A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC614A is #139EB5. Grayscale: #888888. Windows color (decimal): -1285814 or 4874732. OLE color: 4874732.

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

Color convert

RGB 236 97 74 -
CMYK 0 0.59 0.69 0.07
HSL 8.52º 0.81% 0.61% -
HSV(B) 8.52º 0.69% 0.93% -
XYZ 40.1 26.88 9.55 -
YUV 135.94 93.05 199.37 -
System Red Green Blue C M Y K H S L
Decimal 236 97 74 0 0.59 0.69 0.07 8.52 0.81 0.61
Hex EC 61 4A 0 3B 45 7 9 51 3D
Octal 354 141 112 0 73 105 7 11 121 75
Binary 11101100 1100001 1001010 0 111011 1000101 111 1001 1010001 111101

Color Harmonies of #EC614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC614A

Black with #EC614A

Text Example


Text Example

White with #EC614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC614A; }

 p { color: rgb(236,97,74); }

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

background-color css

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

 a { background-color: rgb(236,97,74); }

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

border-color css

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

 span { border-color: rgb(236,97,74); }

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