Html Css Color HEX #EB534F Flamingo

📋 copy color: '#EB534F'

red 235 ◦ green 83 ◦ blue 79

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

Shades of Flamingo #EB534F

Tints of Flamingo #EB534F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 59.19%
G = 20.91%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB534F (or 0xEB534F) is known color: Flamingo. HEX triplet: EB, 53 and 4F. RGB value is (235,83,79). Sum of RGB (Red+Green+Blue) = 235+83+79=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB534F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB534F is #14ACB0. Grayscale: #808080. Windows color (decimal): -1354929 or 5198827. OLE color: 5198827.

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

Color convert

RGB 235 83 79 -
CMYK 0 0.65 0.66 0.08
HSL 1.54º 0.8% 0.62% -
HSV(B) 1.54º 0.66% 0.92% -
XYZ 38.77 24.41 10.07 -
YUV 127.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 235 83 79 0 0.65 0.66 0.08 1.54 0.8 0.62
Hex EB 53 4F 0 41 42 8 2 50 3E
Octal 353 123 117 0 101 102 10 2 120 76
Binary 11101011 1010011 1001111 0 1000001 1000010 1000 10 1010000 111110

Color Harmonies of #EB534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB534F

Black with #EB534F

Text Example


Text Example

White with #EB534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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