Html Css Color HEX #EC5DFE Pink Flamingo

📋 copy color: '#EC5DFE'

red 236 ◦ green 93 ◦ blue 254

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

Shades of Pink Flamingo #EC5DFE

Tints of Pink Flamingo #EC5DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 40.48%
G = 15.95%
B = 43.57%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC5DFE (or 0xEC5DFE) is known color: Pink Flamingo. HEX triplet: EC, 5D and FE. RGB value is (236,93,254). Sum of RGB (Red+Green+Blue) = 236+93+254=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 93 (36.72% from 255 or 15.95% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC5DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DFE is #13A201. Grayscale: #999999. Windows color (decimal): -1286658 or 16670188. OLE color: 16670188.

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

Color convert

RGB 236 93 254 -
CMYK 0.07 0.63 0 0.00
HSL 293.29º 0.99% 0.68% -
HSV(B) 293.29º 0.63% 1% -
XYZ 56.4 32.82 97.13 -
YUV 154.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 236 93 254 0.07 0.63 0 0.00 293.29 0.99 0.68
Hex EC 5D FE 7 3F 0 0 125 63 44
Octal 354 135 376 7 77 0 0 445 143 104
Binary 11101100 1011101 11111110 111 111111 0 0 100100101 1100011 1000100

Color Harmonies of #EC5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DFE

Black with #EC5DFE

Text Example


Text Example

White with #EC5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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