Html Css Color HEX #EC53F6 Pink Flamingo

📋 copy color: '#EC53F6'

red 236 ◦ green 83 ◦ blue 246

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

Shades of Pink Flamingo #EC53F6

Tints of Pink Flamingo #EC53F6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.69%

 BLUE value IS 246 (96.48% from 255) = 43.54%

R = 41.77%
G = 14.69%
B = 43.54%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC53F6 (or 0xEC53F6) is known color: Pink Flamingo. HEX triplet: EC, 53 and F6. RGB value is (236,83,246). Sum of RGB (Red+Green+Blue) = 236+83+246=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 83 (32.81% from 255 or 14.69% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC53F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53F6 is #13AC09. Grayscale: #929292. Windows color (decimal): -1289226 or 16143340. OLE color: 16143340.

HSL color Cylindrical-coordinate representation of color #EC53F6: hue angle of 296.32º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC53F6 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 83 246 -
CMYK 0.04 0.66 0 0.04
HSL 296.32º 0.9% 0.65% -
HSV(B) 296.32º 0.66% 0.96% -
XYZ 54.32 30.67 90.25 -
YUV 147.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 236 83 246 0.04 0.66 0 0.04 296.32 0.9 0.65
Hex EC 53 F6 4 42 0 4 128 5A 41
Octal 354 123 366 4 102 0 4 450 132 101
Binary 11101100 1010011 11110110 100 1000010 0 100 100101000 1011010 1000001

Color Harmonies of #EC53F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53F6

Black with #EC53F6

Text Example


Text Example

White with #EC53F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53F6; }

 p { color: rgb(236,83,246); }

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

background-color css

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

 a { background-color: rgb(236,83,246); }

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

border-color css

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

 span { border-color: rgb(236,83,246); }

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