Html Css Color HEX #EC6952 Flamingo

📋 copy color: '#EC6952'

red 236 ◦ green 105 ◦ blue 82

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

Shades of Flamingo #EC6952

Tints of Flamingo #EC6952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.82%

 BLUE value IS 82 (32.42% from 255) = 19.39%

R = 55.79%
G = 24.82%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC6952 (or 0xEC6952) is known color: Flamingo. HEX triplet: EC, 69 and 52. RGB value is (236,105,82). Sum of RGB (Red+Green+Blue) = 236+105+82=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6952 is #1396AD. Grayscale: #8D8D8D. Windows color (decimal): -1283758 or 5401068. OLE color: 5401068.

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

Color convert

RGB 236 105 82 -
CMYK 0 0.56 0.65 0.07
HSL 8.96º 0.8% 0.62% -
HSV(B) 8.96º 0.65% 0.93% -
XYZ 41.17 28.55 11.32 -
YUV 141.55 94.4 195.37 -
System Red Green Blue C M Y K H S L
Decimal 236 105 82 0 0.56 0.65 0.07 8.96 0.8 0.62
Hex EC 69 52 0 38 41 7 9 50 3E
Octal 354 151 122 0 70 101 7 11 120 76
Binary 11101100 1101001 1010010 0 111000 1000001 111 1001 1010000 111110

Color Harmonies of #EC6952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6952

Black with #EC6952

Text Example


Text Example

White with #EC6952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6952; }

 p { color: rgb(236,105,82); }

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

background-color css

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

 a { background-color: rgb(236,105,82); }

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

border-color css

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

 span { border-color: rgb(236,105,82); }

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