Html Css Color HEX #EB6755 Flamingo

📋 copy color: '#EB6755'

red 235 ◦ green 103 ◦ blue 85

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

Shades of Flamingo #EB6755

Tints of Flamingo #EB6755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

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

R = 55.56%
G = 24.35%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB6755 (or 0xEB6755) is known color: Flamingo. HEX triplet: EB, 67 and 55. RGB value is (235,103,85). Sum of RGB (Red+Green+Blue) = 235+103+85=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6755 is #1498AA. Grayscale: #8C8C8C. Windows color (decimal): -1349803 or 5597163. OLE color: 5597163.

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

Color convert

RGB 235 103 85 -
CMYK 0 0.56 0.64 0.08
HSL 7.2º 0.79% 0.63% -
HSV(B) 7.2º 0.64% 0.92% -
XYZ 40.75 28.02 11.85 -
YUV 140.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 235 103 85 0 0.56 0.64 0.08 7.2 0.79 0.63
Hex EB 67 55 0 38 40 8 7 4F 3F
Octal 353 147 125 0 70 100 10 7 117 77
Binary 11101011 1100111 1010101 0 111000 1000000 1000 111 1001111 111111

Color Harmonies of #EB6755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6755

Black with #EB6755

Text Example


Text Example

White with #EB6755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6755; }

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

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

background-color css

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

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

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

border-color css

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

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

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