Html Css Color HEX #EC615A Flamingo

📋 copy color: '#EC615A'

red 236 ◦ green 97 ◦ blue 90

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

Shades of Flamingo #EC615A

Tints of Flamingo #EC615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.93%

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

R = 55.79%
G = 22.93%
B = 21.28%

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

#EC615A (or 0xEC615A) is known color: Flamingo. HEX triplet: EC, 61 and 5A. RGB value is (236,97,90). Sum of RGB (Red+Green+Blue) = 236+97+90=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC615A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC615A is #139EA5. Grayscale: #898989. Windows color (decimal): -1285798 or 5923308. OLE color: 5923308.

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

Color convert

RGB 236 97 90 -
CMYK 0 0.59 0.62 0.07
HSL 2.88º 0.79% 0.64% -
HSV(B) 2.88º 0.62% 0.93% -
XYZ 40.71 27.12 12.76 -
YUV 137.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 236 97 90 0 0.59 0.62 0.07 2.88 0.79 0.64
Hex EC 61 5A 0 3B 3E 7 3 4F 40
Octal 354 141 132 0 73 76 7 3 117 100
Binary 11101100 1100001 1011010 0 111011 111110 111 11 1001111 1000000

Color Harmonies of #EC615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC615A

Black with #EC615A

Text Example


Text Example

White with #EC615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC615A; }

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

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

background-color css

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

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

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

border-color css

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

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

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