Html Css Color HEX #EC53FA Pink Flamingo

📋 copy color: '#EC53FA'

red 236 ◦ green 83 ◦ blue 250

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

Shades of Pink Flamingo #EC53FA

Tints of Pink Flamingo #EC53FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 41.48%
G = 14.59%
B = 43.94%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC53FA (or 0xEC53FA) is known color: Pink Flamingo. HEX triplet: EC, 53 and FA. RGB value is (236,83,250). Sum of RGB (Red+Green+Blue) = 236+83+250=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 83 (32.81% from 255 or 14.59% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC53FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53FA is #13AC05. Grayscale: #939393. Windows color (decimal): -1289222 or 16405484. OLE color: 16405484.

HSL color Cylindrical-coordinate representation of color #EC53FA: hue angle of 294.97º degrees, saturation: 0.94, 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 #EC53FA is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 83 250 -
CMYK 0.06 0.67 0 0.02
HSL 294.97º 0.94% 0.65% -
HSV(B) 294.97º 0.67% 0.98% -
XYZ 54.94 30.92 93.52 -
YUV 147.79 185.69 190.92 -
System Red Green Blue C M Y K H S L
Decimal 236 83 250 0.06 0.67 0 0.02 294.97 0.94 0.65
Hex EC 53 FA 6 43 0 2 127 5E 41
Octal 354 123 372 6 103 0 2 447 136 101
Binary 11101100 1010011 11111010 110 1000011 0 10 100100111 1011110 1000001

Color Harmonies of #EC53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53FA

Black with #EC53FA

Text Example


Text Example

White with #EC53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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