Html Css Color HEX #EC635D Flamingo

📋 copy color: '#EC635D'

red 236 ◦ green 99 ◦ blue 93

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

Shades of Flamingo #EC635D

Tints of Flamingo #EC635D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 55.14%
G = 23.13%
B = 21.73%

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

#EC635D (or 0xEC635D) is known color: Flamingo. HEX triplet: EC, 63 and 5D. RGB value is (236,99,93). Sum of RGB (Red+Green+Blue) = 236+99+93=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC635D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC635D is #139CA2. Grayscale: #8B8B8B. Windows color (decimal): -1285283 or 6120428. OLE color: 6120428.

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

Color convert

RGB 236 99 93 -
CMYK 0 0.58 0.61 0.07
HSL 2.52º 0.79% 0.65% -
HSV(B) 2.52º 0.61% 0.93% -
XYZ 41.03 27.55 13.51 -
YUV 139.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 236 99 93 0 0.58 0.61 0.07 2.52 0.79 0.65
Hex EC 63 5D 0 3A 3D 7 3 4F 41
Octal 354 143 135 0 72 75 7 3 117 101
Binary 11101100 1100011 1011101 0 111010 111101 111 11 1001111 1000001

Color Harmonies of #EC635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC635D

Black with #EC635D

Text Example


Text Example

White with #EC635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC635D; }

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

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

background-color css

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

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

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

border-color css

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

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

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