Html Css Color HEX #EC3CFA Pink Flamingo

📋 copy color: '#EC3CFA'

red 236 ◦ green 60 ◦ blue 250

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

Shades of Pink Flamingo #EC3CFA

Tints of Pink Flamingo #EC3CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.99%

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

R = 43.22%
G = 10.99%
B = 45.79%

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

#EC3CFA (or 0xEC3CFA) is known color: Pink Flamingo. HEX triplet: EC, 3C and FA. RGB value is (236,60,250). Sum of RGB (Red+Green+Blue) = 236+60+250=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 60 (23.83% from 255 or 10.99% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC3CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3CFA is #13C305. Grayscale: #858585. Windows color (decimal): -1295110 or 16399596. OLE color: 16399596.

HSL color Cylindrical-coordinate representation of color #EC3CFA: hue angle of 295.58º 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 #EC3CFA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 60 250 -
CMYK 0.06 0.76 0 0.02
HSL 295.58º 0.95% 0.61% -
HSV(B) 295.58º 0.76% 0.98% -
XYZ 53.46 27.97 93.02 -
YUV 134.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 236 60 250 0.06 0.76 0 0.02 295.58 0.95 0.61
Hex EC 3C FA 6 4C 0 2 128 5F 3D
Octal 354 74 372 6 114 0 2 450 137 75
Binary 11101100 111100 11111010 110 1001100 0 10 100101000 1011111 111101

Color Harmonies of #EC3CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3CFA

Black with #EC3CFA

Text Example


Text Example

White with #EC3CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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