Html Css Color HEX #EB6454 Flamingo

📋 copy color: '#EB6454'

red 235 ◦ green 100 ◦ blue 84

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

Shades of Flamingo #EB6454

Tints of Flamingo #EB6454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.87%

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

R = 56.09%
G = 23.87%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB6454 (or 0xEB6454) is known color: Flamingo. HEX triplet: EB, 64 and 54. RGB value is (235,100,84). Sum of RGB (Red+Green+Blue) = 235+100+84=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6454 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6454 is #149BAB. Grayscale: #8A8A8A. Windows color (decimal): -1350572 or 5530859. OLE color: 5530859.

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

Color convert

RGB 235 100 84 -
CMYK 0 0.57 0.64 0.08
HSL 6.36º 0.79% 0.63% -
HSV(B) 6.36º 0.64% 0.92% -
XYZ 40.42 27.42 11.55 -
YUV 138.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 235 100 84 0 0.57 0.64 0.08 6.36 0.79 0.63
Hex EB 64 54 0 39 40 8 6 4F 3F
Octal 353 144 124 0 71 100 10 6 117 77
Binary 11101011 1100100 1010100 0 111001 1000000 1000 110 1001111 111111

Color Harmonies of #EB6454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6454

Black with #EB6454

Text Example


Text Example

White with #EB6454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6454; }

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

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

background-color css

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

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

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

border-color css

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

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

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