Html Css Color HEX #EB534C Flamingo

📋 copy color: '#EB534C'

red 235 ◦ green 83 ◦ blue 76

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

Shades of Flamingo #EB534C

Tints of Flamingo #EB534C

RGB

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

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

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

R = 59.64%
G = 21.07%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB534C (or 0xEB534C) is known color: Flamingo. HEX triplet: EB, 53 and 4C. RGB value is (235,83,76). Sum of RGB (Red+Green+Blue) = 235+83+76=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB534C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB534C is #14ACB3. Grayscale: #7F7F7F. Windows color (decimal): -1354932 or 5002219. OLE color: 5002219.

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

Color convert

RGB 235 83 76 -
CMYK 0 0.65 0.68 0.08
HSL 2.64º 0.8% 0.61% -
HSV(B) 2.64º 0.68% 0.92% -
XYZ 38.66 24.37 9.5 -
YUV 127.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 235 83 76 0 0.65 0.68 0.08 2.64 0.8 0.61
Hex EB 53 4C 0 41 44 8 3 50 3D
Octal 353 123 114 0 101 104 10 3 120 75
Binary 11101011 1010011 1001100 0 1000001 1000100 1000 11 1010000 111101

Color Harmonies of #EB534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB534C

Black with #EB534C

Text Example


Text Example

White with #EB534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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