Html Css Color HEX #EB5A54 Flamingo

📋 copy color: '#EB5A54'

red 235 ◦ green 90 ◦ blue 84

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

Shades of Flamingo #EB5A54

Tints of Flamingo #EB5A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 84 (33.2% from 255) = 20.54%

R = 57.46%
G = 22%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB5A54 (or 0xEB5A54) is known color: Flamingo. HEX triplet: EB, 5A and 54. RGB value is (235,90,84). Sum of RGB (Red+Green+Blue) = 235+90+84=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5A54 is #14A5AB. Grayscale: #848484. Windows color (decimal): -1353132 or 5528299. OLE color: 5528299.

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

Color convert

RGB 235 90 84 -
CMYK 0 0.62 0.64 0.08
HSL 2.38º 0.79% 0.63% -
HSV(B) 2.38º 0.64% 0.92% -
XYZ 39.52 25.61 11.25 -
YUV 132.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 235 90 84 0 0.62 0.64 0.08 2.38 0.79 0.63
Hex EB 5A 54 0 3E 40 8 2 4F 3F
Octal 353 132 124 0 76 100 10 2 117 77
Binary 11101011 1011010 1010100 0 111110 1000000 1000 10 1001111 111111

Color Harmonies of #EB5A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A54

Black with #EB5A54

Text Example


Text Example

White with #EB5A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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