Html Css Color HEX #EC6552 Flamingo

📋 copy color: '#EC6552'

red 236 ◦ green 101 ◦ blue 82

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

Shades of Flamingo #EC6552

Tints of Flamingo #EC6552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.11%

 BLUE value IS 82 (32.42% from 255) = 19.57%

R = 56.32%
G = 24.11%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC6552 (or 0xEC6552) is known color: Flamingo. HEX triplet: EC, 65 and 52. RGB value is (236,101,82). Sum of RGB (Red+Green+Blue) = 236+101+82=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6552 is #139AAD. Grayscale: #8B8B8B. Windows color (decimal): -1284782 or 5400044. OLE color: 5400044.

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

Color convert

RGB 236 101 82 -
CMYK 0 0.57 0.65 0.07
HSL 7.4º 0.8% 0.62% -
HSV(B) 7.4º 0.65% 0.93% -
XYZ 40.77 27.75 11.19 -
YUV 139.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 236 101 82 0 0.57 0.65 0.07 7.4 0.8 0.62
Hex EC 65 52 0 39 41 7 7 50 3E
Octal 354 145 122 0 71 101 7 7 120 76
Binary 11101100 1100101 1010010 0 111001 1000001 111 111 1010000 111110

Color Harmonies of #EC6552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6552

Black with #EC6552

Text Example


Text Example

White with #EC6552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6552; }

 p { color: rgb(236,101,82); }

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

background-color css

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

 a { background-color: rgb(236,101,82); }

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

border-color css

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

 span { border-color: rgb(236,101,82); }

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