Html Css Color HEX #EC3EFA Pink Flamingo

📋 copy color: '#EC3EFA'

red 236 ◦ green 62 ◦ blue 250

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

Shades of Pink Flamingo #EC3EFA

Tints of Pink Flamingo #EC3EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.31%

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

R = 43.07%
G = 11.31%
B = 45.62%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC3EFA (or 0xEC3EFA) is known color: Pink Flamingo. HEX triplet: EC, 3E and FA. RGB value is (236,62,250). Sum of RGB (Red+Green+Blue) = 236+62+250=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 62 (24.61% from 255 or 11.31% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC3EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3EFA is #13C105. Grayscale: #868686. Windows color (decimal): -1294598 or 16400108. OLE color: 16400108.

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

Color convert

RGB 236 62 250 -
CMYK 0.06 0.75 0 0.02
HSL 295.53º 0.95% 0.61% -
HSV(B) 295.53º 0.75% 0.98% -
XYZ 53.57 28.18 93.06 -
YUV 135.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 236 62 250 0.06 0.75 0 0.02 295.53 0.95 0.61
Hex EC 3E FA 6 4B 0 2 128 5F 3D
Octal 354 76 372 6 113 0 2 450 137 75
Binary 11101100 111110 11111010 110 1001011 0 10 100101000 1011111 111101

Color Harmonies of #EC3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3EFA

Black with #EC3EFA

Text Example


Text Example

White with #EC3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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