Html Css Color HEX #EC4BF8 Pink Flamingo

📋 copy color: '#EC4BF8'

red 236 ◦ green 75 ◦ blue 248

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

Shades of Pink Flamingo #EC4BF8

Tints of Pink Flamingo #EC4BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.36%

R = 42.22%
G = 13.42%
B = 44.36%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EC4BF8 (or 0xEC4BF8) is known color: Pink Flamingo. HEX triplet: EC, 4B and F8. RGB value is (236,75,248). Sum of RGB (Red+Green+Blue) = 236+75+248=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 75 (29.69% from 255 or 13.42% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC4BF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4BF8 is #13B407. Grayscale: #8E8E8E. Windows color (decimal): -1291272 or 16272364. OLE color: 16272364.

HSL color Cylindrical-coordinate representation of color #EC4BF8: hue angle of 295.84º degrees, saturation: 0.93, 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 #EC4BF8 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 236 75 248 -
CMYK 0.05 0.70 0 0.03
HSL 295.84º 0.93% 0.63% -
HSV(B) 295.84º 0.7% 0.97% -
XYZ 54.05 29.64 91.68 -
YUV 142.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 236 75 248 0.05 0.70 0 0.03 295.84 0.93 0.63
Hex EC 4B F8 5 46 0 3 128 5D 3F
Octal 354 113 370 5 106 0 3 450 135 77
Binary 11101100 1001011 11111000 101 1000110 0 11 100101000 1011101 111111

Color Harmonies of #EC4BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BF8

Black with #EC4BF8

Text Example


Text Example

White with #EC4BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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