Html Css Color HEX #EC68F6 Pink Flamingo

📋 copy color: '#EC68F6'

red 236 ◦ green 104 ◦ blue 246

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

Shades of Pink Flamingo #EC68F6

Tints of Pink Flamingo #EC68F6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.75%

 BLUE value IS 246 (96.48% from 255) = 41.98%

R = 40.27%
G = 17.75%
B = 41.98%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC68F6 (or 0xEC68F6) is known color: Pink Flamingo. HEX triplet: EC, 68 and F6. RGB value is (236,104,246). Sum of RGB (Red+Green+Blue) = 236+104+246=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 104 (41.02% from 255 or 17.75% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC68F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68F6 is #139709. Grayscale: #9F9F9F. Windows color (decimal): -1283850 or 16148716. OLE color: 16148716.

HSL color Cylindrical-coordinate representation of color #EC68F6: hue angle of 295.77º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC68F6 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 104 246 -
CMYK 0.04 0.58 0 0.04
HSL 295.77º 0.89% 0.69% -
HSV(B) 295.77º 0.58% 0.96% -
XYZ 56.18 34.39 90.87 -
YUV 159.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 236 104 246 0.04 0.58 0 0.04 295.77 0.89 0.69
Hex EC 68 F6 4 3A 0 4 128 59 45
Octal 354 150 366 4 72 0 4 450 131 105
Binary 11101100 1101000 11110110 100 111010 0 100 100101000 1011001 1000101

Color Harmonies of #EC68F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68F6

Black with #EC68F6

Text Example


Text Example

White with #EC68F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68F6; }

 p { color: rgb(236,104,246); }

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

background-color css

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

 a { background-color: rgb(236,104,246); }

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

border-color css

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

 span { border-color: rgb(236,104,246); }

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