Html Css Color HEX #EC6352 Flamingo

📋 copy color: '#EC6352'

red 236 ◦ green 99 ◦ blue 82

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

Shades of Flamingo #EC6352

Tints of Flamingo #EC6352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.74%

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

R = 56.59%
G = 23.74%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC6352 (or 0xEC6352) is known color: Flamingo. HEX triplet: EC, 63 and 52. RGB value is (236,99,82). Sum of RGB (Red+Green+Blue) = 236+99+82=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6352 is #139CAD. Grayscale: #8A8A8A. Windows color (decimal): -1285294 or 5399532. OLE color: 5399532.

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

Color convert

RGB 236 99 82 -
CMYK 0 0.58 0.65 0.07
HSL 6.62º 0.8% 0.62% -
HSV(B) 6.62º 0.65% 0.93% -
XYZ 40.58 27.37 11.13 -
YUV 138.03 96.39 197.88 -
System Red Green Blue C M Y K H S L
Decimal 236 99 82 0 0.58 0.65 0.07 6.62 0.8 0.62
Hex EC 63 52 0 3A 41 7 7 50 3E
Octal 354 143 122 0 72 101 7 7 120 76
Binary 11101100 1100011 1010010 0 111010 1000001 111 111 1010000 111110

Color Harmonies of #EC6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6352

Black with #EC6352

Text Example


Text Example

White with #EC6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6352; }

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

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

background-color css

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

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

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

border-color css

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

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

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