Html Css Color HEX #EC655B Flamingo

📋 copy color: '#EC655B'

red 236 ◦ green 101 ◦ blue 91

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

Shades of Flamingo #EC655B

Tints of Flamingo #EC655B

RGB

 RED value IS 236 (92.58% from 255) = 55.14%

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

 BLUE value IS 91 (35.94% from 255) = 21.26%

R = 55.14%
G = 23.6%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC655B (or 0xEC655B) is known color: Flamingo. HEX triplet: EC, 65 and 5B. RGB value is (236,101,91). Sum of RGB (Red+Green+Blue) = 236+101+91=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC655B is #139AA4. Grayscale: #8C8C8C. Windows color (decimal): -1284773 or 5989868. OLE color: 5989868.

HSL color Cylindrical-coordinate representation of color #EC655B: hue angle of 4.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC655B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 101 91 -
CMYK 0 0.57 0.61 0.07
HSL 4.14º 0.79% 0.64% -
HSV(B) 4.14º 0.61% 0.93% -
XYZ 41.13 27.9 13.11 -
YUV 140.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 236 101 91 0 0.57 0.61 0.07 4.14 0.79 0.64
Hex EC 65 5B 0 39 3D 7 4 4F 40
Octal 354 145 133 0 71 75 7 4 117 100
Binary 11101100 1100101 1011011 0 111001 111101 111 100 1001111 1000000

Color Harmonies of #EC655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC655B

Black with #EC655B

Text Example


Text Example

White with #EC655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC655B; }

 p { color: rgb(236,101,91); }

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

background-color css

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

 a { background-color: rgb(236,101,91); }

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

border-color css

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

 span { border-color: rgb(236,101,91); }

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