Html Css Color HEX #EC5DFB Pink Flamingo

📋 copy color: '#EC5DFB'

red 236 ◦ green 93 ◦ blue 251

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

Shades of Pink Flamingo #EC5DFB

Tints of Pink Flamingo #EC5DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.28%

R = 40.69%
G = 16.03%
B = 43.28%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC5DFB (or 0xEC5DFB) is known color: Pink Flamingo. HEX triplet: EC, 5D and FB. RGB value is (236,93,251). Sum of RGB (Red+Green+Blue) = 236+93+251=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 93 (36.72% from 255 or 16.03% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC5DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DFB is #13A204. Grayscale: #999999. Windows color (decimal): -1286661 or 16473580. OLE color: 16473580.

HSL color Cylindrical-coordinate representation of color #EC5DFB: hue angle of 294.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5DFB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 93 251 -
CMYK 0.06 0.63 0 0.02
HSL 294.3º 0.95% 0.67% -
HSV(B) 294.3º 0.63% 0.98% -
XYZ 55.92 32.63 94.62 -
YUV 153.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 236 93 251 0.06 0.63 0 0.02 294.3 0.95 0.67
Hex EC 5D FB 6 3F 0 2 126 5F 43
Octal 354 135 373 6 77 0 2 446 137 103
Binary 11101100 1011101 11111011 110 111111 0 10 100100110 1011111 1000011

Color Harmonies of #EC5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DFB

Black with #EC5DFB

Text Example


Text Example

White with #EC5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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