Html Css Color HEX #EC66F9 Pink Flamingo

📋 copy color: '#EC66F9'

red 236 ◦ green 102 ◦ blue 249

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

Shades of Pink Flamingo #EC66F9

Tints of Pink Flamingo #EC66F9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.38%

 BLUE value IS 249 (97.66% from 255) = 42.42%

R = 40.2%
G = 17.38%
B = 42.42%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC66F9 (or 0xEC66F9) is known color: Pink Flamingo. HEX triplet: EC, 66 and F9. RGB value is (236,102,249). Sum of RGB (Red+Green+Blue) = 236+102+249=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 102 (40.23% from 255 or 17.38% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC66F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66F9 is #139906. Grayscale: #9E9E9E. Windows color (decimal): -1284359 or 16344812. OLE color: 16344812.

HSL color Cylindrical-coordinate representation of color #EC66F9: hue angle of 294.69º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC66F9 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 102 249 -
CMYK 0.05 0.59 0 0.02
HSL 294.69º 0.92% 0.69% -
HSV(B) 294.69º 0.59% 0.98% -
XYZ 56.44 34.18 93.24 -
YUV 158.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 236 102 249 0.05 0.59 0 0.02 294.69 0.92 0.69
Hex EC 66 F9 5 3B 0 2 127 5C 45
Octal 354 146 371 5 73 0 2 447 134 105
Binary 11101100 1100110 11111001 101 111011 0 10 100100111 1011100 1000101

Color Harmonies of #EC66F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC66F9

Black with #EC66F9

Text Example


Text Example

White with #EC66F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC66F9; }

 p { color: rgb(236,102,249); }

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

background-color css

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

 a { background-color: rgb(236,102,249); }

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

border-color css

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

 span { border-color: rgb(236,102,249); }

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