Html Css Color HEX #EC665A Flamingo

📋 copy color: '#EC665A'

red 236 ◦ green 102 ◦ blue 90

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

Shades of Flamingo #EC665A

Tints of Flamingo #EC665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 55.14%
G = 23.83%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC665A (or 0xEC665A) is known color: Flamingo. HEX triplet: EC, 66 and 5A. RGB value is (236,102,90). Sum of RGB (Red+Green+Blue) = 236+102+90=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC665A is #1399A5. Grayscale: #8C8C8C. Windows color (decimal): -1284518 or 5924588. OLE color: 5924588.

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

Color convert

RGB 236 102 90 -
CMYK 0 0.57 0.62 0.07
HSL 4.93º 0.79% 0.64% -
HSV(B) 4.93º 0.62% 0.93% -
XYZ 41.19 28.07 12.92 -
YUV 140.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 236 102 90 0 0.57 0.62 0.07 4.93 0.79 0.64
Hex EC 66 5A 0 39 3E 7 5 4F 40
Octal 354 146 132 0 71 76 7 5 117 100
Binary 11101100 1100110 1011010 0 111001 111110 111 101 1001111 1000000

Color Harmonies of #EC665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC665A

Black with #EC665A

Text Example


Text Example

White with #EC665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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