Html Css Color HEX #EC4BFB Pink Flamingo

📋 copy color: '#EC4BFB'

red 236 ◦ green 75 ◦ blue 251

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

Shades of Pink Flamingo #EC4BFB

Tints of Pink Flamingo #EC4BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.35%

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

R = 41.99%
G = 13.35%
B = 44.66%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC4BFB (or 0xEC4BFB) is known color: Pink Flamingo. HEX triplet: EC, 4B and FB. RGB value is (236,75,251). Sum of RGB (Red+Green+Blue) = 236+75+251=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 75 (29.69% from 255 or 13.35% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC4BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4BFB is #13B404. Grayscale: #8E8E8E. Windows color (decimal): -1291269 or 16468972. OLE color: 16468972.

HSL color Cylindrical-coordinate representation of color #EC4BFB: hue angle of 294.89º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4BFB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 75 251 -
CMYK 0.06 0.70 0 0.02
HSL 294.89º 0.96% 0.64% -
HSV(B) 294.89º 0.7% 0.98% -
XYZ 54.52 29.83 94.15 -
YUV 143.2 188.84 194.19 -
System Red Green Blue C M Y K H S L
Decimal 236 75 251 0.06 0.70 0 0.02 294.89 0.96 0.64
Hex EC 4B FB 6 46 0 2 127 60 40
Octal 354 113 373 6 106 0 2 447 140 100
Binary 11101100 1001011 11111011 110 1000110 0 10 100100111 1100000 1000000

Color Harmonies of #EC4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BFB

Black with #EC4BFB

Text Example


Text Example

White with #EC4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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