Html Css Color HEX #EC53FD Pink Flamingo

📋 copy color: '#EC53FD'

red 236 ◦ green 83 ◦ blue 253

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

Shades of Pink Flamingo #EC53FD

Tints of Pink Flamingo #EC53FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 41.26%
G = 14.51%
B = 44.23%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC53FD (or 0xEC53FD) is known color: Pink Flamingo. HEX triplet: EC, 53 and FD. RGB value is (236,83,253). Sum of RGB (Red+Green+Blue) = 236+83+253=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 83 (32.81% from 255 or 14.51% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC53FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53FD is #13AC02. Grayscale: #939393. Windows color (decimal): -1289219 or 16602092. OLE color: 16602092.

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

Color convert

RGB 236 83 253 -
CMYK 0.07 0.67 0 0.01
HSL 294º 0.98% 0.66% -
HSV(B) 294º 0.67% 0.99% -
XYZ 55.41 31.11 96.01 -
YUV 148.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 236 83 253 0.07 0.67 0 0.01 294 0.98 0.66
Hex EC 53 FD 7 43 0 1 126 62 42
Octal 354 123 375 7 103 0 1 446 142 102
Binary 11101100 1010011 11111101 111 1000011 0 1 100100110 1100010 1000010

Color Harmonies of #EC53FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53FD

Black with #EC53FD

Text Example


Text Example

White with #EC53FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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