Html Css Color HEX #EC3DFA Pink Flamingo

📋 copy color: '#EC3DFA'

red 236 ◦ green 61 ◦ blue 250

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

Shades of Pink Flamingo #EC3DFA

Tints of Pink Flamingo #EC3DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.15%

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 43.14%
G = 11.15%
B = 45.7%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC3DFA (or 0xEC3DFA) is known color: Pink Flamingo. HEX triplet: EC, 3D and FA. RGB value is (236,61,250). Sum of RGB (Red+Green+Blue) = 236+61+250=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 61 (24.22% from 255 or 11.15% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC3DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3DFA is #13C205. Grayscale: #868686. Windows color (decimal): -1294854 or 16399852. OLE color: 16399852.

HSL color Cylindrical-coordinate representation of color #EC3DFA: hue angle of 295.56º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3DFA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 61 250 -
CMYK 0.06 0.76 0 0.02
HSL 295.56º 0.95% 0.61% -
HSV(B) 295.56º 0.76% 0.98% -
XYZ 53.52 28.07 93.04 -
YUV 134.87 192.98 200.13 -
System Red Green Blue C M Y K H S L
Decimal 236 61 250 0.06 0.76 0 0.02 295.56 0.95 0.61
Hex EC 3D FA 6 4C 0 2 128 5F 3D
Octal 354 75 372 6 114 0 2 450 137 75
Binary 11101100 111101 11111010 110 1001100 0 10 100101000 1011111 111101

Color Harmonies of #EC3DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3DFA

Black with #EC3DFA

Text Example


Text Example

White with #EC3DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3DFA; }

 p { color: rgb(236,61,250); }

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

background-color css

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

 a { background-color: rgb(236,61,250); }

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

border-color css

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

 span { border-color: rgb(236,61,250); }

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