Html Css Color HEX #EC3BFF Pink Flamingo

📋 copy color: '#EC3BFF'

red 236 ◦ green 59 ◦ blue 255

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

Shades of Pink Flamingo #EC3BFF

Tints of Pink Flamingo #EC3BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.73%

 BLUE value IS 255 (100% from 255) = 46.36%

R = 42.91%
G = 10.73%
B = 46.36%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC3BFF (or 0xEC3BFF) is known color: Pink Flamingo. HEX triplet: EC, 3B and FF. RGB value is (236,59,255). Sum of RGB (Red+Green+Blue) = 236+59+255=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 59 (23.44% from 255 or 10.73% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC3BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3BFF is #13C400. Grayscale: #858585. Windows color (decimal): -1295361 or 16727020. OLE color: 16727020.

HSL color Cylindrical-coordinate representation of color #EC3BFF: hue angle of 294.18º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3BFF is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 59 255 -
CMYK 0.07 0.77 0 0
HSL 294.18º 1% 0.62% -
HSV(B) 294.18º 0.77% 1% -
XYZ 54.21 28.18 97.19 -
YUV 134.27 196.14 200.56 -
System Red Green Blue C M Y K H S L
Decimal 236 59 255 0.07 0.77 0 0 294.18 1 0.62
Hex EC 3B FF 7 4D 0 0 126 64 3E
Octal 354 73 377 7 115 0 0 446 144 76
Binary 11101100 111011 11111111 111 1001101 0 0 100100110 1100100 111110

Color Harmonies of #EC3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3BFF

Black with #EC3BFF

Text Example


Text Example

White with #EC3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3BFF; }

 p { color: rgb(236,59,255); }

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

background-color css

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

 a { background-color: rgb(236,59,255); }

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

border-color css

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

 span { border-color: rgb(236,59,255); }

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