Html Css Color HEX #EC36FF Pink Flamingo

📋 copy color: '#EC36FF'

red 236 ◦ green 54 ◦ blue 255

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

Shades of Pink Flamingo #EC36FF

Tints of Pink Flamingo #EC36FF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 9.91%

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

R = 43.3%
G = 9.91%
B = 46.79%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC36FF (or 0xEC36FF) is known color: Pink Flamingo. HEX triplet: EC, 36 and FF. RGB value is (236,54,255). Sum of RGB (Red+Green+Blue) = 236+54+255=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 54 (21.48% from 255 or 9.91% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC36FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC36FF is #13C900. Grayscale: #828282. Windows color (decimal): -1296641 or 16725740. OLE color: 16725740.

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

Color convert

RGB 236 54 255 -
CMYK 0.07 0.79 0 0
HSL 294.33º 1% 0.61% -
HSV(B) 294.33º 0.79% 1% -
XYZ 53.96 27.69 97.11 -
YUV 131.33 197.8 202.66 -
System Red Green Blue C M Y K H S L
Decimal 236 54 255 0.07 0.79 0 0 294.33 1 0.61
Hex EC 36 FF 7 4F 0 0 126 64 3D
Octal 354 66 377 7 117 0 0 446 144 75
Binary 11101100 110110 11111111 111 1001111 0 0 100100110 1100100 111101

Color Harmonies of #EC36FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC36FF

Black with #EC36FF

Text Example


Text Example

White with #EC36FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC36FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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