Html Css Color HEX #EC6252 Flamingo

📋 copy color: '#EC6252'

red 236 ◦ green 98 ◦ blue 82

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

Shades of Flamingo #EC6252

Tints of Flamingo #EC6252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.56%

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

R = 56.73%
G = 23.56%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC6252 (or 0xEC6252) is known color: Flamingo. HEX triplet: EC, 62 and 52. RGB value is (236,98,82). Sum of RGB (Red+Green+Blue) = 236+98+82=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6252 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6252 is #139DAD. Grayscale: #898989. Windows color (decimal): -1285550 or 5399276. OLE color: 5399276.

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

Color convert

RGB 236 98 82 -
CMYK 0 0.58 0.65 0.07
HSL 6.23º 0.8% 0.62% -
HSV(B) 6.23º 0.65% 0.93% -
XYZ 40.48 27.18 11.09 -
YUV 137.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 236 98 82 0 0.58 0.65 0.07 6.23 0.8 0.62
Hex EC 62 52 0 3A 41 7 6 50 3E
Octal 354 142 122 0 72 101 7 6 120 76
Binary 11101100 1100010 1010010 0 111010 1000001 111 110 1010000 111110

Color Harmonies of #EC6252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6252

Black with #EC6252

Text Example


Text Example

White with #EC6252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6252; }

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

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

background-color css

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

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

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

border-color css

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

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

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