Html Css Color HEX #EB6555 Flamingo

📋 copy color: '#EB6555'

red 235 ◦ green 101 ◦ blue 85

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

Shades of Flamingo #EB6555

Tints of Flamingo #EB6555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

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

R = 55.82%
G = 23.99%
B = 20.19%

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

#EB6555 (or 0xEB6555) is known color: Flamingo. HEX triplet: EB, 65 and 55. RGB value is (235,101,85). Sum of RGB (Red+Green+Blue) = 235+101+85=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6555 is #149AAA. Grayscale: #8B8B8B. Windows color (decimal): -1350315 or 5596651. OLE color: 5596651.

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

Color convert

RGB 235 101 85 -
CMYK 0 0.57 0.64 0.08
HSL 6.4º 0.79% 0.63% -
HSV(B) 6.4º 0.64% 0.92% -
XYZ 40.55 27.63 11.79 -
YUV 139.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 235 101 85 0 0.57 0.64 0.08 6.4 0.79 0.63
Hex EB 65 55 0 39 40 8 6 4F 3F
Octal 353 145 125 0 71 100 10 6 117 77
Binary 11101011 1100101 1010101 0 111001 1000000 1000 110 1001111 111111

Color Harmonies of #EB6555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6555

Black with #EB6555

Text Example


Text Example

White with #EB6555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6555; }

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

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

background-color css

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

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

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

border-color css

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

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

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