Html Css Color HEX #EC634B Flamingo

📋 copy color: '#EC634B'

red 236 ◦ green 99 ◦ blue 75

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

Shades of Flamingo #EC634B

Tints of Flamingo #EC634B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 57.56%
G = 24.15%
B = 18.29%

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

#EC634B (or 0xEC634B) is known color: Flamingo. HEX triplet: EC, 63 and 4B. RGB value is (236,99,75). Sum of RGB (Red+Green+Blue) = 236+99+75=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC634B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC634B is #139CB4. Grayscale: #898989. Windows color (decimal): -1285301 or 4940780. OLE color: 4940780.

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

Color convert

RGB 236 99 75 -
CMYK 0 0.58 0.68 0.07
HSL 8.94º 0.81% 0.61% -
HSV(B) 8.94º 0.68% 0.93% -
XYZ 40.32 27.26 9.79 -
YUV 137.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 236 99 75 0 0.58 0.68 0.07 8.94 0.81 0.61
Hex EC 63 4B 0 3A 44 7 9 51 3D
Octal 354 143 113 0 72 104 7 11 121 75
Binary 11101100 1100011 1001011 0 111010 1000100 111 1001 1010001 111101

Color Harmonies of #EC634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC634B

Black with #EC634B

Text Example


Text Example

White with #EC634B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC634B; }

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

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

background-color css

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

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

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

border-color css

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

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

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