Html Css Color HEX #EB534A Flamingo

📋 copy color: '#EB534A'

red 235 ◦ green 83 ◦ blue 74

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

Shades of Flamingo #EB534A

Tints of Flamingo #EB534A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 59.95%
G = 21.17%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB534A (or 0xEB534A) is known color: Flamingo. HEX triplet: EB, 53 and 4A. RGB value is (235,83,74). Sum of RGB (Red+Green+Blue) = 235+83+74=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB534A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB534A is #14ACB5. Grayscale: #7F7F7F. Windows color (decimal): -1354934 or 4871147. OLE color: 4871147.

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

Color convert

RGB 235 83 74 -
CMYK 0 0.65 0.69 0.08
HSL 3.35º 0.8% 0.61% -
HSV(B) 3.35º 0.69% 0.92% -
XYZ 38.59 24.34 9.14 -
YUV 127.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 235 83 74 0 0.65 0.69 0.08 3.35 0.8 0.61
Hex EB 53 4A 0 41 45 8 3 50 3D
Octal 353 123 112 0 101 105 10 3 120 75
Binary 11101011 1010011 1001010 0 1000001 1000101 1000 11 1010000 111101

Color Harmonies of #EB534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB534A

Black with #EB534A

Text Example


Text Example

White with #EB534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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