Html Css Color HEX #EC4BF6 Pink Flamingo

📋 copy color: '#EC4BF6'

red 236 ◦ green 75 ◦ blue 246

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

Shades of Pink Flamingo #EC4BF6

Tints of Pink Flamingo #EC4BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.17%

R = 42.37%
G = 13.46%
B = 44.17%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC4BF6 (or 0xEC4BF6) is known color: Pink Flamingo. HEX triplet: EC, 4B and F6. RGB value is (236,75,246). Sum of RGB (Red+Green+Blue) = 236+75+246=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 75 (29.69% from 255 or 13.46% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC4BF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4BF6 is #13B409. Grayscale: #8E8E8E. Windows color (decimal): -1291274 or 16141292. OLE color: 16141292.

HSL color Cylindrical-coordinate representation of color #EC4BF6: hue angle of 296.49º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4BF6 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 75 246 -
CMYK 0.04 0.70 0 0.04
HSL 296.49º 0.9% 0.63% -
HSV(B) 296.49º 0.7% 0.96% -
XYZ 53.74 29.52 90.05 -
YUV 142.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 236 75 246 0.04 0.70 0 0.04 296.49 0.9 0.63
Hex EC 4B F6 4 46 0 4 128 5A 3F
Octal 354 113 366 4 106 0 4 450 132 77
Binary 11101100 1001011 11110110 100 1000110 0 100 100101000 1011010 111111

Color Harmonies of #EC4BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BF6

Black with #EC4BF6

Text Example


Text Example

White with #EC4BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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