Html Css Color HEX #EC41FC Pink Flamingo

📋 copy color: '#EC41FC'

red 236 ◦ green 65 ◦ blue 252

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

Shades of Pink Flamingo #EC41FC

Tints of Pink Flamingo #EC41FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.75%

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 42.68%
G = 11.75%
B = 45.57%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC41FC (or 0xEC41FC) is known color: Pink Flamingo. HEX triplet: EC, 41 and FC. RGB value is (236,65,252). Sum of RGB (Red+Green+Blue) = 236+65+252=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 65 (25.78% from 255 or 11.75% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC41FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC41FC is #13BE03. Grayscale: #888888. Windows color (decimal): -1293828 or 16531948. OLE color: 16531948.

HSL color Cylindrical-coordinate representation of color #EC41FC: hue angle of 294.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC41FC is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 65 252 -
CMYK 0.06 0.74 0 0.01
HSL 294.87º 0.97% 0.62% -
HSV(B) 294.87º 0.74% 0.99% -
XYZ 54.05 28.64 94.77 -
YUV 137.45 192.65 198.29 -
System Red Green Blue C M Y K H S L
Decimal 236 65 252 0.06 0.74 0 0.01 294.87 0.97 0.62
Hex EC 41 FC 6 4A 0 1 127 61 3E
Octal 354 101 374 6 112 0 1 447 141 76
Binary 11101100 1000001 11111100 110 1001010 0 1 100100111 1100001 111110

Color Harmonies of #EC41FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41FC

Black with #EC41FC

Text Example


Text Example

White with #EC41FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41FC; }

 p { color: rgb(236,65,252); }

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

background-color css

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

 a { background-color: rgb(236,65,252); }

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

border-color css

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

 span { border-color: rgb(236,65,252); }

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