Html Css Color HEX #EC664B Flamingo

📋 copy color: '#EC664B'

red 236 ◦ green 102 ◦ blue 75

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

Shades of Flamingo #EC664B

Tints of Flamingo #EC664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.7%

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

R = 57.14%
G = 24.7%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC664B (or 0xEC664B) is known color: Flamingo. HEX triplet: EC, 66 and 4B. RGB value is (236,102,75). Sum of RGB (Red+Green+Blue) = 236+102+75=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC664B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC664B is #1399B4. Grayscale: #8B8B8B. Windows color (decimal): -1284533 or 4941548. OLE color: 4941548.

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

Color convert

RGB 236 102 75 -
CMYK 0 0.57 0.68 0.07
HSL 10.06º 0.81% 0.61% -
HSV(B) 10.06º 0.68% 0.93% -
XYZ 40.61 27.84 9.89 -
YUV 138.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 236 102 75 0 0.57 0.68 0.07 10.06 0.81 0.61
Hex EC 66 4B 0 39 44 7 A 51 3D
Octal 354 146 113 0 71 104 7 12 121 75
Binary 11101100 1100110 1001011 0 111001 1000100 111 1010 1010001 111101

Color Harmonies of #EC664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC664B

Black with #EC664B

Text Example


Text Example

White with #EC664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC664B; }

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

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

background-color css

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

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

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

border-color css

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

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

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