Html Css Color HEX #EC635C Flamingo

📋 copy color: '#EC635C'

red 236 ◦ green 99 ◦ blue 92

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

Shades of Flamingo #EC635C

Tints of Flamingo #EC635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.55%

R = 55.27%
G = 23.19%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC635C (or 0xEC635C) is known color: Flamingo. HEX triplet: EC, 63 and 5C. RGB value is (236,99,92). Sum of RGB (Red+Green+Blue) = 236+99+92=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC635C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC635C is #139CA3. Grayscale: #8B8B8B. Windows color (decimal): -1285284 or 6054892. OLE color: 6054892.

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

Color convert

RGB 236 99 92 -
CMYK 0 0.58 0.61 0.07
HSL 2.92º 0.79% 0.64% -
HSV(B) 2.92º 0.61% 0.93% -
XYZ 40.99 27.53 13.28 -
YUV 139.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 236 99 92 0 0.58 0.61 0.07 2.92 0.79 0.64
Hex EC 63 5C 0 3A 3D 7 3 4F 40
Octal 354 143 134 0 72 75 7 3 117 100
Binary 11101100 1100011 1011100 0 111010 111101 111 11 1001111 1000000

Color Harmonies of #EC635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC635C

Black with #EC635C

Text Example


Text Example

White with #EC635C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC635C; }

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

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

background-color css

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

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

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

border-color css

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

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

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