Html Css Color HEX #EC554B Flamingo

📋 copy color: '#EC554B'

red 236 ◦ green 85 ◦ blue 75

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

Shades of Flamingo #EC554B

Tints of Flamingo #EC554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.46%

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

R = 59.6%
G = 21.46%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC554B (or 0xEC554B) is known color: Flamingo. HEX triplet: EC, 55 and 4B. RGB value is (236,85,75). Sum of RGB (Red+Green+Blue) = 236+85+75=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC554B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC554B is #13AAB4. Grayscale: #818181. Windows color (decimal): -1288885 or 4937196. OLE color: 4937196.

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

Color convert

RGB 236 85 75 -
CMYK 0 0.64 0.68 0.07
HSL 3.73º 0.81% 0.61% -
HSV(B) 3.73º 0.68% 0.93% -
XYZ 39.11 24.84 9.39 -
YUV 129.01 97.53 204.31 -
System Red Green Blue C M Y K H S L
Decimal 236 85 75 0 0.64 0.68 0.07 3.73 0.81 0.61
Hex EC 55 4B 0 40 44 7 4 51 3D
Octal 354 125 113 0 100 104 7 4 121 75
Binary 11101100 1010101 1001011 0 1000000 1000100 111 100 1010001 111101

Color Harmonies of #EC554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC554B

Black with #EC554B

Text Example


Text Example

White with #EC554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC554B; }

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

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

background-color css

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

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

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

border-color css

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

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

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