Html Css Color HEX #EC605A Flamingo

📋 copy color: '#EC605A'

red 236 ◦ green 96 ◦ blue 90

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

Shades of Flamingo #EC605A

Tints of Flamingo #EC605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

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

R = 55.92%
G = 22.75%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC605A (or 0xEC605A) is known color: Flamingo. HEX triplet: EC, 60 and 5A. RGB value is (236,96,90). Sum of RGB (Red+Green+Blue) = 236+96+90=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC605A is #139FA5. Grayscale: #898989. Windows color (decimal): -1286054 or 5923052. OLE color: 5923052.

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

Color convert

RGB 236 96 90 -
CMYK 0 0.59 0.62 0.07
HSL 2.47º 0.79% 0.64% -
HSV(B) 2.47º 0.62% 0.93% -
XYZ 40.62 26.94 12.73 -
YUV 137.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 236 96 90 0 0.59 0.62 0.07 2.47 0.79 0.64
Hex EC 60 5A 0 3B 3E 7 2 4F 40
Octal 354 140 132 0 73 76 7 2 117 100
Binary 11101100 1100000 1011010 0 111011 111110 111 10 1001111 1000000

Color Harmonies of #EC605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC605A

Black with #EC605A

Text Example


Text Example

White with #EC605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC605A; }

 p { color: rgb(236,96,90); }

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

background-color css

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

 a { background-color: rgb(236,96,90); }

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

border-color css

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

 span { border-color: rgb(236,96,90); }

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