Html Css Color HEX #EB655A Flamingo

📋 copy color: '#EB655A'

red 235 ◦ green 101 ◦ blue 90

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

Shades of Flamingo #EB655A

Tints of Flamingo #EB655A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.13%

R = 55.16%
G = 23.71%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB655A (or 0xEB655A) is known color: Flamingo. HEX triplet: EB, 65 and 5A. RGB value is (235,101,90). Sum of RGB (Red+Green+Blue) = 235+101+90=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB655A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB655A is #149AA5. Grayscale: #8B8B8B. Windows color (decimal): -1350310 or 5924331. OLE color: 5924331.

HSL color Cylindrical-coordinate representation of color #EB655A: hue angle of 4.55º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB655A is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 101 90 -
CMYK 0 0.57 0.62 0.08
HSL 4.55º 0.78% 0.64% -
HSV(B) 4.55º 0.62% 0.92% -
XYZ 40.76 27.71 12.87 -
YUV 139.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 235 101 90 0 0.57 0.62 0.08 4.55 0.78 0.64
Hex EB 65 5A 0 39 3E 8 5 4E 40
Octal 353 145 132 0 71 76 10 5 116 100
Binary 11101011 1100101 1011010 0 111001 111110 1000 101 1001110 1000000

Color Harmonies of #EB655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB655A

Black with #EB655A

Text Example


Text Example

White with #EB655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB655A; }

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

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

background-color css

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

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

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

border-color css

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

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

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