Html Css Color HEX #EC66FC Pink Flamingo

📋 copy color: '#EC66FC'

red 236 ◦ green 102 ◦ blue 252

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

Shades of Pink Flamingo #EC66FC

Tints of Pink Flamingo #EC66FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 40%
G = 17.29%
B = 42.71%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC66FC (or 0xEC66FC) is known color: Pink Flamingo. HEX triplet: EC, 66 and FC. RGB value is (236,102,252). Sum of RGB (Red+Green+Blue) = 236+102+252=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 102 (40.23% from 255 or 17.29% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC66FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66FC is #139903. Grayscale: #9E9E9E. Windows color (decimal): -1284356 or 16541420. OLE color: 16541420.

HSL color Cylindrical-coordinate representation of color #EC66FC: hue angle of 293.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC66FC is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 102 252 -
CMYK 0.06 0.60 0 0.01
HSL 293.6º 0.96% 0.69% -
HSV(B) 293.6º 0.6% 0.99% -
XYZ 56.91 34.36 95.73 -
YUV 159.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 236 102 252 0.06 0.60 0 0.01 293.6 0.96 0.69
Hex EC 66 FC 6 3C 0 1 126 60 45
Octal 354 146 374 6 74 0 1 446 140 105
Binary 11101100 1100110 11111100 110 111100 0 1 100100110 1100000 1000101

Color Harmonies of #EC66FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC66FC

Black with #EC66FC

Text Example


Text Example

White with #EC66FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC66FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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