Html Css Color HEX #EC534B Flamingo

📋 copy color: '#EC534B'

red 236 ◦ green 83 ◦ blue 75

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

Shades of Flamingo #EC534B

Tints of Flamingo #EC534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.04%

R = 59.9%
G = 21.07%
B = 19.04%

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

#EC534B (or 0xEC534B) is known color: Flamingo. HEX triplet: EC, 53 and 4B. RGB value is (236,83,75). Sum of RGB (Red+Green+Blue) = 236+83+75=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC534B is #13ACB4. Grayscale: #808080. Windows color (decimal): -1289397 or 4936684. OLE color: 4936684.

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

Color convert

RGB 236 83 75 -
CMYK 0 0.65 0.68 0.07
HSL 2.98º 0.81% 0.61% -
HSV(B) 2.98º 0.68% 0.93% -
XYZ 38.96 24.53 9.34 -
YUV 127.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 236 83 75 0 0.65 0.68 0.07 2.98 0.81 0.61
Hex EC 53 4B 0 41 44 7 3 51 3D
Octal 354 123 113 0 101 104 7 3 121 75
Binary 11101100 1010011 1001011 0 1000001 1000100 111 11 1010001 111101

Color Harmonies of #EC534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC534B

Black with #EC534B

Text Example


Text Example

White with #EC534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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