Html Css Color HEX #EC6351 Flamingo

📋 copy color: '#EC6351'

red 236 ◦ green 99 ◦ blue 81

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

Shades of Flamingo #EC6351

Tints of Flamingo #EC6351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.47%

R = 56.73%
G = 23.8%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC6351 (or 0xEC6351) is known color: Flamingo. HEX triplet: EC, 63 and 51. RGB value is (236,99,81). Sum of RGB (Red+Green+Blue) = 236+99+81=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6351 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6351 is #139CAE. Grayscale: #8A8A8A. Windows color (decimal): -1285295 or 5333996. OLE color: 5333996.

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

Color convert

RGB 236 99 81 -
CMYK 0 0.58 0.66 0.07
HSL 6.97º 0.8% 0.62% -
HSV(B) 6.97º 0.66% 0.93% -
XYZ 40.54 27.35 10.93 -
YUV 137.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 236 99 81 0 0.58 0.66 0.07 6.97 0.8 0.62
Hex EC 63 51 0 3A 42 7 7 50 3E
Octal 354 143 121 0 72 102 7 7 120 76
Binary 11101100 1100011 1010001 0 111010 1000010 111 111 1010000 111110

Color Harmonies of #EC6351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6351

Black with #EC6351

Text Example


Text Example

White with #EC6351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6351; }

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

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

background-color css

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

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

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

border-color css

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

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

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