Html Css Color HEX #EC5FFE Pink Flamingo

📋 copy color: '#EC5FFE'

red 236 ◦ green 95 ◦ blue 254

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

Shades of Pink Flamingo #EC5FFE

Tints of Pink Flamingo #EC5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.24%

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

R = 40.34%
G = 16.24%
B = 43.42%

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

#EC5FFE (or 0xEC5FFE) is known color: Pink Flamingo. HEX triplet: EC, 5F and FE. RGB value is (236,95,254). Sum of RGB (Red+Green+Blue) = 236+95+254=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 95 (37.5% from 255 or 16.24% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC5FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5FFE is #13A001. Grayscale: #9A9A9A. Windows color (decimal): -1286146 or 16670700. OLE color: 16670700.

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

Color convert

RGB 236 95 254 -
CMYK 0.07 0.63 0 0.00
HSL 293.21º 0.99% 0.68% -
HSV(B) 293.21º 0.63% 1% -
XYZ 56.57 33.17 97.19 -
YUV 155.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 236 95 254 0.07 0.63 0 0.00 293.21 0.99 0.68
Hex EC 5F FE 7 3F 0 0 125 63 44
Octal 354 137 376 7 77 0 0 445 143 104
Binary 11101100 1011111 11111110 111 111111 0 0 100100101 1100011 1000100

Color Harmonies of #EC5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FFE

Black with #EC5FFE

Text Example


Text Example

White with #EC5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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