Html Css Color HEX #EC54FD Pink Flamingo

📋 copy color: '#EC54FD'

red 236 ◦ green 84 ◦ blue 253

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

Shades of Pink Flamingo #EC54FD

Tints of Pink Flamingo #EC54FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.66%

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

R = 41.19%
G = 14.66%
B = 44.15%

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

#EC54FD (or 0xEC54FD) is known color: Pink Flamingo. HEX triplet: EC, 54 and FD. RGB value is (236,84,253). Sum of RGB (Red+Green+Blue) = 236+84+253=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 84 (33.20% from 255 or 14.66% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC54FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC54FD is #13AB02. Grayscale: #949494. Windows color (decimal): -1288963 or 16602348. OLE color: 16602348.

HSL color Cylindrical-coordinate representation of color #EC54FD: hue angle of 293.96º 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 #EC54FD is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 84 253 -
CMYK 0.07 0.67 0 0.01
HSL 293.96º 0.98% 0.66% -
HSV(B) 293.96º 0.67% 0.99% -
XYZ 55.49 31.27 96.04 -
YUV 148.71 186.86 190.26 -
System Red Green Blue C M Y K H S L
Decimal 236 84 253 0.07 0.67 0 0.01 293.96 0.98 0.66
Hex EC 54 FD 7 43 0 1 126 62 42
Octal 354 124 375 7 103 0 1 446 142 102
Binary 11101100 1010100 11111101 111 1000011 0 1 100100110 1100010 1000010

Color Harmonies of #EC54FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54FD

Black with #EC54FD

Text Example


Text Example

White with #EC54FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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