Html Css Color HEX #EB6455 Flamingo

📋 copy color: '#EB6455'

red 235 ◦ green 100 ◦ blue 85

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

Shades of Flamingo #EB6455

Tints of Flamingo #EB6455

RGB

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

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

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

R = 55.95%
G = 23.81%
B = 20.24%

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

#EB6455 (or 0xEB6455) is known color: Flamingo. HEX triplet: EB, 64 and 55. RGB value is (235,100,85). Sum of RGB (Red+Green+Blue) = 235+100+85=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6455 is #149BAA. Grayscale: #8A8A8A. Windows color (decimal): -1350571 or 5596395. OLE color: 5596395.

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

Color convert

RGB 235 100 85 -
CMYK 0 0.57 0.64 0.08
HSL 0.79% 0.63% -
HSV(B) 0.64% 0.92% -
XYZ 40.46 27.43 11.76 -
YUV 138.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 235 100 85 0 0.57 0.64 0.08 6 0.79 0.63
Hex EB 64 55 0 39 40 8 6 4F 3F
Octal 353 144 125 0 71 100 10 6 117 77
Binary 11101011 1100100 1010101 0 111001 1000000 1000 110 1001111 111111

Color Harmonies of #EB6455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6455

Black with #EB6455

Text Example


Text Example

White with #EB6455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6455; }

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

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

background-color css

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

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

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

border-color css

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

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

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