Html Css Color HEX #EC534D Flamingo

📋 copy color: '#EC534D'

red 236 ◦ green 83 ◦ blue 77

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

Shades of Flamingo #EC534D

Tints of Flamingo #EC534D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 59.6%
G = 20.96%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC534D (or 0xEC534D) is known color: Flamingo. HEX triplet: EC, 53 and 4D. RGB value is (236,83,77). Sum of RGB (Red+Green+Blue) = 236+83+77=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC534D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC534D is #13ACB2. Grayscale: #808080. Windows color (decimal): -1289395 or 5067756. OLE color: 5067756.

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

Color convert

RGB 236 83 77 -
CMYK 0 0.65 0.67 0.07
HSL 2.26º 0.81% 0.61% -
HSV(B) 2.26º 0.67% 0.93% -
XYZ 39.02 24.56 9.7 -
YUV 128.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 236 83 77 0 0.65 0.67 0.07 2.26 0.81 0.61
Hex EC 53 4D 0 41 43 7 2 51 3D
Octal 354 123 115 0 101 103 7 2 121 75
Binary 11101100 1010011 1001101 0 1000001 1000011 111 10 1010001 111101

Color Harmonies of #EC534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC534D

Black with #EC534D

Text Example


Text Example

White with #EC534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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