Html Css Color HEX #EC52F9 Pink Flamingo

📋 copy color: '#EC52F9'

red 236 ◦ green 82 ◦ blue 249

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

Shades of Pink Flamingo #EC52F9

Tints of Pink Flamingo #EC52F9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.46%

 BLUE value IS 249 (97.66% from 255) = 43.92%

R = 41.62%
G = 14.46%
B = 43.92%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC52F9 (or 0xEC52F9) is known color: Pink Flamingo. HEX triplet: EC, 52 and F9. RGB value is (236,82,249). Sum of RGB (Red+Green+Blue) = 236+82+249=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 82 (32.42% from 255 or 14.46% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC52F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52F9 is #13AD06. Grayscale: #929292. Windows color (decimal): -1289479 or 16339692. OLE color: 16339692.

HSL color Cylindrical-coordinate representation of color #EC52F9: hue angle of 295.33º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC52F9 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 82 249 -
CMYK 0.05 0.67 0 0.02
HSL 295.33º 0.93% 0.65% -
HSV(B) 295.33º 0.67% 0.98% -
XYZ 54.71 30.71 92.67 -
YUV 147.08 185.52 191.42 -
System Red Green Blue C M Y K H S L
Decimal 236 82 249 0.05 0.67 0 0.02 295.33 0.93 0.65
Hex EC 52 F9 5 43 0 2 127 5D 41
Octal 354 122 371 5 103 0 2 447 135 101
Binary 11101100 1010010 11111001 101 1000011 0 10 100100111 1011101 1000001

Color Harmonies of #EC52F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52F9

Black with #EC52F9

Text Example


Text Example

White with #EC52F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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