Html Css Color HEX #EC5FFB Pink Flamingo

📋 copy color: '#EC5FFB'

red 236 ◦ green 95 ◦ blue 251

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

Shades of Pink Flamingo #EC5FFB

Tints of Pink Flamingo #EC5FFB

RGB

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

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

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

R = 40.55%
G = 16.32%
B = 43.13%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC5FFB (or 0xEC5FFB) is known color: Pink Flamingo. HEX triplet: EC, 5F and FB. RGB value is (236,95,251). Sum of RGB (Red+Green+Blue) = 236+95+251=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 95 (37.5% from 255 or 16.32% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC5FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5FFB is #13A004. Grayscale: #9A9A9A. Windows color (decimal): -1286149 or 16474092. OLE color: 16474092.

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

Color convert

RGB 236 95 251 -
CMYK 0.06 0.62 0 0.02
HSL 294.23º 0.95% 0.68% -
HSV(B) 294.23º 0.62% 0.98% -
XYZ 56.1 32.98 94.68 -
YUV 154.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 236 95 251 0.06 0.62 0 0.02 294.23 0.95 0.68
Hex EC 5F FB 6 3E 0 2 126 5F 44
Octal 354 137 373 6 76 0 2 446 137 104
Binary 11101100 1011111 11111011 110 111110 0 10 100100110 1011111 1000100

Color Harmonies of #EC5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FFB

Black with #EC5FFB

Text Example


Text Example

White with #EC5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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