Html Css Color HEX #EC44FD Pink Flamingo

📋 copy color: '#EC44FD'

red 236 ◦ green 68 ◦ blue 253

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

Shades of Pink Flamingo #EC44FD

Tints of Pink Flamingo #EC44FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.21%

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

R = 42.37%
G = 12.21%
B = 45.42%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC44FD (or 0xEC44FD) is known color: Pink Flamingo. HEX triplet: EC, 44 and FD. RGB value is (236,68,253). Sum of RGB (Red+Green+Blue) = 236+68+253=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 68 (26.95% from 255 or 12.21% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC44FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC44FD is #13BB02. Grayscale: #8A8A8A. Windows color (decimal): -1293059 or 16598252. OLE color: 16598252.

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

Color convert

RGB 236 68 253 -
CMYK 0.07 0.73 0 0.01
HSL 294.49º 0.98% 0.63% -
HSV(B) 294.49º 0.73% 0.99% -
XYZ 54.39 29.06 95.67 -
YUV 139.32 192.16 196.96 -
System Red Green Blue C M Y K H S L
Decimal 236 68 253 0.07 0.73 0 0.01 294.49 0.98 0.63
Hex EC 44 FD 7 49 0 1 126 62 3F
Octal 354 104 375 7 111 0 1 446 142 77
Binary 11101100 1000100 11111101 111 1001001 0 1 100100110 1100010 111111

Color Harmonies of #EC44FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC44FD

Black with #EC44FD

Text Example


Text Example

White with #EC44FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC44FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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