Html Css Color HEX #EC4BF7 Pink Flamingo

📋 copy color: '#EC4BF7'

red 236 ◦ green 75 ◦ blue 247

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

Shades of Pink Flamingo #EC4BF7

Tints of Pink Flamingo #EC4BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.27%

R = 42.29%
G = 13.44%
B = 44.27%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EC4BF7 (or 0xEC4BF7) is known color: Pink Flamingo. HEX triplet: EC, 4B and F7. RGB value is (236,75,247). Sum of RGB (Red+Green+Blue) = 236+75+247=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 75 (29.69% from 255 or 13.44% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC4BF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4BF7 is #13B408. Grayscale: #8E8E8E. Windows color (decimal): -1291273 or 16206828. OLE color: 16206828.

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

Color convert

RGB 236 75 247 -
CMYK 0.04 0.70 0 0.03
HSL 296.16º 0.91% 0.63% -
HSV(B) 296.16º 0.7% 0.97% -
XYZ 53.9 29.58 90.86 -
YUV 142.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 236 75 247 0.04 0.70 0 0.03 296.16 0.91 0.63
Hex EC 4B F7 4 46 0 3 128 5B 3F
Octal 354 113 367 4 106 0 3 450 133 77
Binary 11101100 1001011 11110111 100 1000110 0 11 100101000 1011011 111111

Color Harmonies of #EC4BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BF7

Black with #EC4BF7

Text Example


Text Example

White with #EC4BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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