Html Css Color HEX #EC5BFC Pink Flamingo

📋 copy color: '#EC5BFC'

red 236 ◦ green 91 ◦ blue 252

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

Shades of Pink Flamingo #EC5BFC

Tints of Pink Flamingo #EC5BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.52%

R = 40.76%
G = 15.72%
B = 43.52%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC5BFC (or 0xEC5BFC) is known color: Pink Flamingo. HEX triplet: EC, 5B and FC. RGB value is (236,91,252). Sum of RGB (Red+Green+Blue) = 236+91+252=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 91 (35.94% from 255 or 15.72% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC5BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5BFC is #13A403. Grayscale: #989898. Windows color (decimal): -1287172 or 16538604. OLE color: 16538604.

HSL color Cylindrical-coordinate representation of color #EC5BFC: hue angle of 294.04º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5BFC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 91 252 -
CMYK 0.06 0.64 0 0.01
HSL 294.04º 0.96% 0.67% -
HSV(B) 294.04º 0.64% 0.99% -
XYZ 55.9 32.34 95.39 -
YUV 152.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 236 91 252 0.06 0.64 0 0.01 294.04 0.96 0.67
Hex EC 5B FC 6 40 0 1 126 60 43
Octal 354 133 374 6 100 0 1 446 140 103
Binary 11101100 1011011 11111100 110 1000000 0 1 100100110 1100000 1000011

Color Harmonies of #EC5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5BFC

Black with #EC5BFC

Text Example


Text Example

White with #EC5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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