Html Css Color HEX #EC52FC Pink Flamingo

📋 copy color: '#EC52FC'

red 236 ◦ green 82 ◦ blue 252

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

Shades of Pink Flamingo #EC52FC

Tints of Pink Flamingo #EC52FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.21%

R = 41.4%
G = 14.39%
B = 44.21%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC52FC (or 0xEC52FC) is known color: Pink Flamingo. HEX triplet: EC, 52 and FC. RGB value is (236,82,252). Sum of RGB (Red+Green+Blue) = 236+82+252=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 82 (32.42% from 255 or 14.39% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC52FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52FC is #13AD03. Grayscale: #929292. Windows color (decimal): -1289476 or 16536300. OLE color: 16536300.

HSL color Cylindrical-coordinate representation of color #EC52FC: hue angle of 294.35º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC52FC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 82 252 -
CMYK 0.06 0.67 0 0.01
HSL 294.35º 0.97% 0.65% -
HSV(B) 294.35º 0.67% 0.99% -
XYZ 55.18 30.9 95.15 -
YUV 147.43 187.02 191.18 -
System Red Green Blue C M Y K H S L
Decimal 236 82 252 0.06 0.67 0 0.01 294.35 0.97 0.65
Hex EC 52 FC 6 43 0 1 126 61 41
Octal 354 122 374 6 103 0 1 446 141 101
Binary 11101100 1010010 11111100 110 1000011 0 1 100100110 1100001 1000001

Color Harmonies of #EC52FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52FC

Black with #EC52FC

Text Example


Text Example

White with #EC52FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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