Html Css Color HEX #EC6752 Flamingo

📋 copy color: '#EC6752'

red 236 ◦ green 103 ◦ blue 82

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

Shades of Flamingo #EC6752

Tints of Flamingo #EC6752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.47%

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

R = 56.06%
G = 24.47%
B = 19.48%

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

#EC6752 (or 0xEC6752) is known color: Flamingo. HEX triplet: EC, 67 and 52. RGB value is (236,103,82). Sum of RGB (Red+Green+Blue) = 236+103+82=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6752 is #1398AD. Grayscale: #8C8C8C. Windows color (decimal): -1284270 or 5400556. OLE color: 5400556.

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

Color convert

RGB 236 103 82 -
CMYK 0 0.56 0.65 0.07
HSL 8.18º 0.8% 0.62% -
HSV(B) 8.18º 0.65% 0.93% -
XYZ 40.97 28.14 11.26 -
YUV 140.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 236 103 82 0 0.56 0.65 0.07 8.18 0.8 0.62
Hex EC 67 52 0 38 41 7 8 50 3E
Octal 354 147 122 0 70 101 7 10 120 76
Binary 11101100 1100111 1010010 0 111000 1000001 111 1000 1010000 111110

Color Harmonies of #EC6752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6752

Black with #EC6752

Text Example


Text Example

White with #EC6752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6752; }

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

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

background-color css

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

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

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

border-color css

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

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

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