Html Css Color HEX #EC6AF3 Pink Flamingo

📋 copy color: '#EC6AF3'

red 236 ◦ green 106 ◦ blue 243

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

Shades of Pink Flamingo #EC6AF3

Tints of Pink Flamingo #EC6AF3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.12%

 BLUE value IS 243 (95.31% from 255) = 41.54%

R = 40.34%
G = 18.12%
B = 41.54%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC6AF3 (or 0xEC6AF3) is known color: Pink Flamingo. HEX triplet: EC, 6A and F3. RGB value is (236,106,243). Sum of RGB (Red+Green+Blue) = 236+106+243=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 106 (41.80% from 255 or 18.12% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC6AF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AF3 is #13950C. Grayscale: #A0A0A0. Windows color (decimal): -1283341 or 15952620. OLE color: 15952620.

HSL color Cylindrical-coordinate representation of color #EC6AF3: hue angle of 296.93º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6AF3 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 106 243 -
CMYK 0.03 0.56 0 0.05
HSL 296.93º 0.85% 0.68% -
HSV(B) 296.93º 0.56% 0.95% -
XYZ 55.92 34.61 88.53 -
YUV 160.49 174.57 181.86 -
System Red Green Blue C M Y K H S L
Decimal 236 106 243 0.03 0.56 0 0.05 296.93 0.85 0.68
Hex EC 6A F3 3 38 0 5 129 55 44
Octal 354 152 363 3 70 0 5 451 125 104
Binary 11101100 1101010 11110011 11 111000 0 101 100101001 1010101 1000100

Color Harmonies of #EC6AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AF3

Black with #EC6AF3

Text Example


Text Example

White with #EC6AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AF3; }

 p { color: rgb(236,106,243); }

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

background-color css

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

 a { background-color: rgb(236,106,243); }

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

border-color css

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

 span { border-color: rgb(236,106,243); }

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