Html Css Color HEX #EC3CFD Pink Flamingo

📋 copy color: '#EC3CFD'

red 236 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #EC3CFD

Tints of Pink Flamingo #EC3CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.08%

R = 42.99%
G = 10.93%
B = 46.08%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC3CFD (or 0xEC3CFD) is known color: Pink Flamingo. HEX triplet: EC, 3C and FD. RGB value is (236,60,253). Sum of RGB (Red+Green+Blue) = 236+60+253=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 60 (23.83% from 255 or 10.93% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC3CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3CFD is #13C302. Grayscale: #868686. Windows color (decimal): -1295107 or 16596204. OLE color: 16596204.

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

Color convert

RGB 236 60 253 -
CMYK 0.07 0.76 0 0.01
HSL 294.72º 0.98% 0.61% -
HSV(B) 294.72º 0.76% 0.99% -
XYZ 53.94 28.16 95.52 -
YUV 134.63 194.81 200.31 -
System Red Green Blue C M Y K H S L
Decimal 236 60 253 0.07 0.76 0 0.01 294.72 0.98 0.61
Hex EC 3C FD 7 4C 0 1 127 62 3D
Octal 354 74 375 7 114 0 1 447 142 75
Binary 11101100 111100 11111101 111 1001100 0 1 100100111 1100010 111101

Color Harmonies of #EC3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3CFD

Black with #EC3CFD

Text Example


Text Example

White with #EC3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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