Html Css Color HEX #EB6254 Flamingo

📋 copy color: '#EB6254'

red 235 ◦ green 98 ◦ blue 84

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

Shades of Flamingo #EB6254

Tints of Flamingo #EB6254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

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

R = 56.35%
G = 23.5%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB6254 (or 0xEB6254) is known color: Flamingo. HEX triplet: EB, 62 and 54. RGB value is (235,98,84). Sum of RGB (Red+Green+Blue) = 235+98+84=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6254 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6254 is #149DAB. Grayscale: #898989. Windows color (decimal): -1351084 or 5530347. OLE color: 5530347.

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

Color convert

RGB 235 98 84 -
CMYK 0 0.58 0.64 0.08
HSL 5.56º 0.79% 0.63% -
HSV(B) 5.56º 0.64% 0.92% -
XYZ 40.23 27.04 11.49 -
YUV 137.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 235 98 84 0 0.58 0.64 0.08 5.56 0.79 0.63
Hex EB 62 54 0 3A 40 8 6 4F 3F
Octal 353 142 124 0 72 100 10 6 117 77
Binary 11101011 1100010 1010100 0 111010 1000000 1000 110 1001111 111111

Color Harmonies of #EB6254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6254

Black with #EB6254

Text Example


Text Example

White with #EB6254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6254; }

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

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

background-color css

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

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

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

border-color css

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

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

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