Html Css Color HEX #EC634C Flamingo

📋 copy color: '#EC634C'

red 236 ◦ green 99 ◦ blue 76

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

Shades of Flamingo #EC634C

Tints of Flamingo #EC634C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 57.42%
G = 24.09%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC634C (or 0xEC634C) is known color: Flamingo. HEX triplet: EC, 63 and 4C. RGB value is (236,99,76). Sum of RGB (Red+Green+Blue) = 236+99+76=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC634C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC634C is #139CB3. Grayscale: #898989. Windows color (decimal): -1285300 or 5006316. OLE color: 5006316.

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

Color convert

RGB 236 99 76 -
CMYK 0 0.58 0.68 0.07
HSL 8.63º 0.81% 0.61% -
HSV(B) 8.63º 0.68% 0.93% -
XYZ 40.36 27.28 9.98 -
YUV 137.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 236 99 76 0 0.58 0.68 0.07 8.63 0.81 0.61
Hex EC 63 4C 0 3A 44 7 9 51 3D
Octal 354 143 114 0 72 104 7 11 121 75
Binary 11101100 1100011 1001100 0 111010 1000100 111 1001 1010001 111101

Color Harmonies of #EC634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC634C

Black with #EC634C

Text Example


Text Example

White with #EC634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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