Html Css Color HEX #EC635A Flamingo

📋 copy color: '#EC635A'

red 236 ◦ green 99 ◦ blue 90

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

Shades of Flamingo #EC635A

Tints of Flamingo #EC635A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.29%

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

R = 55.53%
G = 23.29%
B = 21.18%

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

#EC635A (or 0xEC635A) is known color: Flamingo. HEX triplet: EC, 63 and 5A. RGB value is (236,99,90). Sum of RGB (Red+Green+Blue) = 236+99+90=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC635A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC635A is #139CA5. Grayscale: #8B8B8B. Windows color (decimal): -1285286 or 5923820. OLE color: 5923820.

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

Color convert

RGB 236 99 90 -
CMYK 0 0.58 0.62 0.07
HSL 3.7º 0.79% 0.64% -
HSV(B) 3.7º 0.62% 0.93% -
XYZ 40.9 27.49 12.82 -
YUV 138.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 236 99 90 0 0.58 0.62 0.07 3.7 0.79 0.64
Hex EC 63 5A 0 3A 3E 7 4 4F 40
Octal 354 143 132 0 72 76 7 4 117 100
Binary 11101100 1100011 1011010 0 111010 111110 111 100 1001111 1000000

Color Harmonies of #EC635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC635A

Black with #EC635A

Text Example


Text Example

White with #EC635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC635A; }

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

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

background-color css

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

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

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

border-color css

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

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

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