Html Css Color HEX #EB544C Flamingo

📋 copy color: '#EB544C'

red 235 ◦ green 84 ◦ blue 76

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

Shades of Flamingo #EB544C

Tints of Flamingo #EB544C

RGB

 RED value IS 235 (92.19% from 255) = 59.49%

 GREEN value IS 84 (33.2% from 255) = 21.27%

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

R = 59.49%
G = 21.27%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB544C (or 0xEB544C) is known color: Flamingo. HEX triplet: EB, 54 and 4C. RGB value is (235,84,76). Sum of RGB (Red+Green+Blue) = 235+84+76=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB544C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB544C is #14ABB3. Grayscale: #808080. Windows color (decimal): -1354676 or 5002475. OLE color: 5002475.

HSL color Cylindrical-coordinate representation of color #EB544C: hue angle of 3.02º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB544C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 84 76 -
CMYK 0 0.64 0.68 0.08
HSL 3.02º 0.8% 0.61% -
HSV(B) 3.02º 0.68% 0.92% -
XYZ 38.74 24.52 9.53 -
YUV 128.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 235 84 76 0 0.64 0.68 0.08 3.02 0.8 0.61
Hex EB 54 4C 0 40 44 8 3 50 3D
Octal 353 124 114 0 100 104 10 3 120 75
Binary 11101011 1010100 1001100 0 1000000 1000100 1000 11 1010000 111101

Color Harmonies of #EB544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB544C

Black with #EB544C

Text Example


Text Example

White with #EB544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB544C; }

 p { color: rgb(235,84,76); }

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

background-color css

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

 a { background-color: rgb(235,84,76); }

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

border-color css

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

 span { border-color: rgb(235,84,76); }

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