Html Css Color HEX #EC634F Flamingo

📋 copy color: '#EC634F'

red 236 ◦ green 99 ◦ blue 79

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

Shades of Flamingo #EC634F

Tints of Flamingo #EC634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.08%

R = 57%
G = 23.91%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC634F (or 0xEC634F) is known color: Flamingo. HEX triplet: EC, 63 and 4F. RGB value is (236,99,79). Sum of RGB (Red+Green+Blue) = 236+99+79=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC634F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC634F is #139CB0. Grayscale: #898989. Windows color (decimal): -1285297 or 5202924. OLE color: 5202924.

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

Color convert

RGB 236 99 79 -
CMYK 0 0.58 0.67 0.07
HSL 7.64º 0.81% 0.62% -
HSV(B) 7.64º 0.67% 0.93% -
XYZ 40.47 27.32 10.54 -
YUV 137.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 236 99 79 0 0.58 0.67 0.07 7.64 0.81 0.62
Hex EC 63 4F 0 3A 43 7 8 51 3E
Octal 354 143 117 0 72 103 7 10 121 76
Binary 11101100 1100011 1001111 0 111010 1000011 111 1000 1010001 111110

Color Harmonies of #EC634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC634F

Black with #EC634F

Text Example


Text Example

White with #EC634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC634F; }

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

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

background-color css

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

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

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

border-color css

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

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

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