Html Css Color HEX #EC4AF6 Pink Flamingo

📋 copy color: '#EC4AF6'

red 236 ◦ green 74 ◦ blue 246

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

Shades of Pink Flamingo #EC4AF6

Tints of Pink Flamingo #EC4AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.31%

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

R = 42.45%
G = 13.31%
B = 44.24%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC4AF6 (or 0xEC4AF6) is known color: Pink Flamingo. HEX triplet: EC, 4A and F6. RGB value is (236,74,246). Sum of RGB (Red+Green+Blue) = 236+74+246=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 74 (29.30% from 255 or 13.31% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC4AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4AF6 is #13B509. Grayscale: #8D8D8D. Windows color (decimal): -1291530 or 16141036. OLE color: 16141036.

HSL color Cylindrical-coordinate representation of color #EC4AF6: hue angle of 296.51º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4AF6 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 74 246 -
CMYK 0.04 0.70 0 0.04
HSL 296.51º 0.91% 0.63% -
HSV(B) 296.51º 0.7% 0.96% -
XYZ 53.68 29.38 90.03 -
YUV 142.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 236 74 246 0.04 0.70 0 0.04 296.51 0.91 0.63
Hex EC 4A F6 4 46 0 4 129 5B 3F
Octal 354 112 366 4 106 0 4 451 133 77
Binary 11101100 1001010 11110110 100 1000110 0 100 100101001 1011011 111111

Color Harmonies of #EC4AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4AF6

Black with #EC4AF6

Text Example


Text Example

White with #EC4AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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