Html Css Color HEX #EB6255 Flamingo

📋 copy color: '#EB6255'

red 235 ◦ green 98 ◦ blue 85

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

Shades of Flamingo #EB6255

Tints of Flamingo #EB6255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.33%

R = 56.22%
G = 23.44%
B = 20.33%

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

#EB6255 (or 0xEB6255) is known color: Flamingo. HEX triplet: EB, 62 and 55. RGB value is (235,98,85). Sum of RGB (Red+Green+Blue) = 235+98+85=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6255 is #149DAA. Grayscale: #898989. Windows color (decimal): -1351083 or 5595883. OLE color: 5595883.

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

Color convert

RGB 235 98 85 -
CMYK 0 0.58 0.64 0.08
HSL 5.2º 0.79% 0.63% -
HSV(B) 5.2º 0.64% 0.92% -
XYZ 40.27 27.05 11.69 -
YUV 137.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 235 98 85 0 0.58 0.64 0.08 5.2 0.79 0.63
Hex EB 62 55 0 3A 40 8 5 4F 3F
Octal 353 142 125 0 72 100 10 5 117 77
Binary 11101011 1100010 1010101 0 111010 1000000 1000 101 1001111 111111

Color Harmonies of #EB6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6255

Black with #EB6255

Text Example


Text Example

White with #EB6255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6255; }

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

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

background-color css

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

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

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

border-color css

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

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

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