Html Css Color HEX #EC6244 Flamingo

📋 copy color: '#EC6244'

red 236 ◦ green 98 ◦ blue 68

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

Shades of Flamingo #EC6244

Tints of Flamingo #EC6244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.38%

 BLUE value IS 68 (26.95% from 255) = 16.92%

R = 58.71%
G = 24.38%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC6244 (or 0xEC6244) is known color: Flamingo. HEX triplet: EC, 62 and 44. RGB value is (236,98,68). Sum of RGB (Red+Green+Blue) = 236+98+68=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6244 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6244 is #139DBB. Grayscale: #888888. Windows color (decimal): -1285564 or 4481772. OLE color: 4481772.

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

Color convert

RGB 236 98 68 -
CMYK 0 0.58 0.71 0.07
HSL 10.71º 0.82% 0.6% -
HSV(B) 10.71º 0.71% 0.93% -
XYZ 40 26.99 8.57 -
YUV 135.84 89.72 199.44 -
System Red Green Blue C M Y K H S L
Decimal 236 98 68 0 0.58 0.71 0.07 10.71 0.82 0.6
Hex EC 62 44 0 3A 47 7 B 52 3C
Octal 354 142 104 0 72 107 7 13 122 74
Binary 11101100 1100010 1000100 0 111010 1000111 111 1011 1010010 111100

Color Harmonies of #EC6244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6244

Black with #EC6244

Text Example


Text Example

White with #EC6244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6244; }

 p { color: rgb(236,98,68); }

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

background-color css

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

 a { background-color: rgb(236,98,68); }

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

border-color css

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

 span { border-color: rgb(236,98,68); }

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