Html Css Color HEX #EC6AF4 Pink Flamingo

📋 copy color: '#EC6AF4'

red 236 ◦ green 106 ◦ blue 244

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

Shades of Pink Flamingo #EC6AF4

Tints of Pink Flamingo #EC6AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.64%

R = 40.27%
G = 18.09%
B = 41.64%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC6AF4 (or 0xEC6AF4) is known color: Pink Flamingo. HEX triplet: EC, 6A and F4. RGB value is (236,106,244). Sum of RGB (Red+Green+Blue) = 236+106+244=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 106 (41.80% from 255 or 18.09% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC6AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AF4 is #13950B. Grayscale: #A0A0A0. Windows color (decimal): -1283340 or 16018156. OLE color: 16018156.

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

Color convert

RGB 236 106 244 -
CMYK 0.03 0.57 0 0.04
HSL 296.52º 0.86% 0.69% -
HSV(B) 296.52º 0.57% 0.96% -
XYZ 56.08 34.67 89.32 -
YUV 160.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 236 106 244 0.03 0.57 0 0.04 296.52 0.86 0.69
Hex EC 6A F4 3 39 0 4 129 56 45
Octal 354 152 364 3 71 0 4 451 126 105
Binary 11101100 1101010 11110100 11 111001 0 100 100101001 1010110 1000101

Color Harmonies of #EC6AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AF4

Black with #EC6AF4

Text Example


Text Example

White with #EC6AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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