Html Css Color HEX #EB5454 Flamingo

📋 copy color: '#EB5454'

red 235 ◦ green 84 ◦ blue 84

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

Shades of Flamingo #EB5454

Tints of Flamingo #EB5454

RGB

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

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

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

R = 58.31%
G = 20.84%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB5454 (or 0xEB5454) is known color: Flamingo. HEX triplet: EB, 54 and 54. RGB value is (235,84,84). Sum of RGB (Red+Green+Blue) = 235+84+84=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5454 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5454 is #14ABAB. Grayscale: #818181. Windows color (decimal): -1354668 or 5526763. OLE color: 5526763.

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

Color convert

RGB 235 84 84 -
CMYK 0 0.64 0.64 0.08
HSL 0.79% 0.63% -
HSV(B) 0.64% 0.92% -
XYZ 39.03 24.64 11.09 -
YUV 129.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 235 84 84 0 0.64 0.64 0.08 0 0.79 0.63
Hex EB 54 54 0 40 40 8 0 4F 3F
Octal 353 124 124 0 100 100 10 0 117 77
Binary 11101011 1010100 1010100 0 1000000 1000000 1000 0 1001111 111111

Color Harmonies of #EB5454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5454

Black with #EB5454

Text Example


Text Example

White with #EB5454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5454; }

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

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

background-color css

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

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

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

border-color css

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

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

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