Html Css Color HEX #EC534C Flamingo

📋 copy color: '#EC534C'

red 236 ◦ green 83 ◦ blue 76

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

Shades of Flamingo #EC534C

Tints of Flamingo #EC534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.01%

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 59.75%
G = 21.01%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC534C (or 0xEC534C) is known color: Flamingo. HEX triplet: EC, 53 and 4C. RGB value is (236,83,76). Sum of RGB (Red+Green+Blue) = 236+83+76=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC534C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC534C is #13ACB3. Grayscale: #808080. Windows color (decimal): -1289396 or 5002220. OLE color: 5002220.

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

Color convert

RGB 236 83 76 -
CMYK 0 0.65 0.68 0.07
HSL 2.63º 0.81% 0.61% -
HSV(B) 2.63º 0.68% 0.93% -
XYZ 38.99 24.54 9.52 -
YUV 127.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 236 83 76 0 0.65 0.68 0.07 2.63 0.81 0.61
Hex EC 53 4C 0 41 44 7 3 51 3D
Octal 354 123 114 0 101 104 7 3 121 75
Binary 11101100 1010011 1001100 0 1000001 1000100 111 11 1010001 111101

Color Harmonies of #EC534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC534C

Black with #EC534C

Text Example


Text Example

White with #EC534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC534C; }

 p { color: rgb(236,83,76); }

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

background-color css

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

 a { background-color: rgb(236,83,76); }

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

border-color css

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

 span { border-color: rgb(236,83,76); }

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