Html Css Color HEX #EB655D Flamingo

📋 copy color: '#EB655D'

red 235 ◦ green 101 ◦ blue 93

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

Shades of Flamingo #EB655D

Tints of Flamingo #EB655D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 54.78%
G = 23.54%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB655D (or 0xEB655D) is known color: Flamingo. HEX triplet: EB, 65 and 5D. RGB value is (235,101,93). Sum of RGB (Red+Green+Blue) = 235+101+93=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB655D is #149AA2. Grayscale: #8C8C8C. Windows color (decimal): -1350307 or 6120939. OLE color: 6120939.

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

Color convert

RGB 235 101 93 -
CMYK 0 0.57 0.60 0.08
HSL 3.38º 0.78% 0.64% -
HSV(B) 3.38º 0.6% 0.92% -
XYZ 40.89 27.76 13.56 -
YUV 140.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 235 101 93 0 0.57 0.60 0.08 3.38 0.78 0.64
Hex EB 65 5D 0 39 3C 8 3 4E 40
Octal 353 145 135 0 71 74 10 3 116 100
Binary 11101011 1100101 1011101 0 111001 111100 1000 11 1001110 1000000

Color Harmonies of #EB655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB655D

Black with #EB655D

Text Example


Text Example

White with #EB655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB655D; }

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

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

background-color css

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

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

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

border-color css

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

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

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