Html Css Color HEX #EC6AF1 Pink Flamingo

📋 copy color: '#EC6AF1'

red 236 ◦ green 106 ◦ blue 241

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

Shades of Pink Flamingo #EC6AF1

Tints of Pink Flamingo #EC6AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.34%

R = 40.48%
G = 18.18%
B = 41.34%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC6AF1 (or 0xEC6AF1) is known color: Pink Flamingo. HEX triplet: EC, 6A and F1. RGB value is (236,106,241). Sum of RGB (Red+Green+Blue) = 236+106+241=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 106 (41.80% from 255 or 18.18% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC6AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AF1 is #13950E. Grayscale: #9F9F9F. Windows color (decimal): -1283343 or 15821548. OLE color: 15821548.

HSL color Cylindrical-coordinate representation of color #EC6AF1: hue angle of 297.78º degrees, saturation: 0.83, 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 #EC6AF1 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 106 241 -
CMYK 0.02 0.56 0 0.05
HSL 297.78º 0.83% 0.68% -
HSV(B) 297.78º 0.56% 0.95% -
XYZ 55.62 34.49 86.95 -
YUV 160.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 236 106 241 0.02 0.56 0 0.05 297.78 0.83 0.68
Hex EC 6A F1 2 38 0 5 12A 53 44
Octal 354 152 361 2 70 0 5 452 123 104
Binary 11101100 1101010 11110001 10 111000 0 101 100101010 1010011 1000100

Color Harmonies of #EC6AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AF1

Black with #EC6AF1

Text Example


Text Example

White with #EC6AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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