Html Css Color HEX #EC5DF4 Pink Flamingo

📋 copy color: '#EC5DF4'

red 236 ◦ green 93 ◦ blue 244

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

Shades of Pink Flamingo #EC5DF4

Tints of Pink Flamingo #EC5DF4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.23%

 BLUE value IS 244 (95.7% from 255) = 42.58%

R = 41.19%
G = 16.23%
B = 42.58%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC5DF4 (or 0xEC5DF4) is known color: Pink Flamingo. HEX triplet: EC, 5D and F4. RGB value is (236,93,244). Sum of RGB (Red+Green+Blue) = 236+93+244=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 93 (36.72% from 255 or 16.23% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC5DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DF4 is #13A20B. Grayscale: #989898. Windows color (decimal): -1286668 or 16014828. OLE color: 16014828.

HSL color Cylindrical-coordinate representation of color #EC5DF4: hue angle of 296.82º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5DF4 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 93 244 -
CMYK 0.03 0.62 0 0.04
HSL 296.82º 0.87% 0.66% -
HSV(B) 296.82º 0.62% 0.96% -
XYZ 54.84 32.19 88.91 -
YUV 152.97 179.38 187.22 -
System Red Green Blue C M Y K H S L
Decimal 236 93 244 0.03 0.62 0 0.04 296.82 0.87 0.66
Hex EC 5D F4 3 3E 0 4 129 57 42
Octal 354 135 364 3 76 0 4 451 127 102
Binary 11101100 1011101 11110100 11 111110 0 100 100101001 1010111 1000010

Color Harmonies of #EC5DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DF4

Black with #EC5DF4

Text Example


Text Example

White with #EC5DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DF4; }

 p { color: rgb(236,93,244); }

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

background-color css

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

 a { background-color: rgb(236,93,244); }

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

border-color css

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

 span { border-color: rgb(236,93,244); }

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