Html Css Color HEX #EC5BFE Pink Flamingo

📋 copy color: '#EC5BFE'

red 236 ◦ green 91 ◦ blue 254

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

Shades of Pink Flamingo #EC5BFE

Tints of Pink Flamingo #EC5BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.66%

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

R = 40.62%
G = 15.66%
B = 43.72%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC5BFE (or 0xEC5BFE) is known color: Pink Flamingo. HEX triplet: EC, 5B and FE. RGB value is (236,91,254). Sum of RGB (Red+Green+Blue) = 236+91+254=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 91 (35.94% from 255 or 15.66% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC5BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5BFE is #13A401. Grayscale: #989898. Windows color (decimal): -1287170 or 16669676. OLE color: 16669676.

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

Color convert

RGB 236 91 254 -
CMYK 0.07 0.64 0 0.00
HSL 293.37º 0.99% 0.68% -
HSV(B) 293.37º 0.64% 1% -
XYZ 56.22 32.47 97.07 -
YUV 152.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 236 91 254 0.07 0.64 0 0.00 293.37 0.99 0.68
Hex EC 5B FE 7 40 0 0 125 63 44
Octal 354 133 376 7 100 0 0 445 143 104
Binary 11101100 1011011 11111110 111 1000000 0 0 100100101 1100011 1000100

Color Harmonies of #EC5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5BFE

Black with #EC5BFE

Text Example


Text Example

White with #EC5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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