Html Css Color HEX #EC645A Flamingo

📋 copy color: '#EC645A'

red 236 ◦ green 100 ◦ blue 90

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

Shades of Flamingo #EC645A

Tints of Flamingo #EC645A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 55.4%
G = 23.47%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC645A (or 0xEC645A) is known color: Flamingo. HEX triplet: EC, 64 and 5A. RGB value is (236,100,90). Sum of RGB (Red+Green+Blue) = 236+100+90=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC645A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC645A is #139BA5. Grayscale: #8B8B8B. Windows color (decimal): -1285030 or 5924076. OLE color: 5924076.

HSL color Cylindrical-coordinate representation of color #EC645A: hue angle of 4.11º 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 #EC645A is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 100 90 -
CMYK 0 0.58 0.62 0.07
HSL 4.11º 0.79% 0.64% -
HSV(B) 4.11º 0.62% 0.93% -
XYZ 40.99 27.69 12.86 -
YUV 139.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 236 100 90 0 0.58 0.62 0.07 4.11 0.79 0.64
Hex EC 64 5A 0 3A 3E 7 4 4F 40
Octal 354 144 132 0 72 76 7 4 117 100
Binary 11101100 1100100 1011010 0 111010 111110 111 100 1001111 1000000

Color Harmonies of #EC645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC645A

Black with #EC645A

Text Example


Text Example

White with #EC645A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC645A; }

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

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

background-color css

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

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

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

border-color css

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

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

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