Html Css Color HEX #EC58FC Pink Flamingo

📋 copy color: '#EC58FC'

red 236 ◦ green 88 ◦ blue 252

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

Shades of Pink Flamingo #EC58FC

Tints of Pink Flamingo #EC58FC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.28%

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

R = 40.97%
G = 15.28%
B = 43.75%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC58FC (or 0xEC58FC) is known color: Pink Flamingo. HEX triplet: EC, 58 and FC. RGB value is (236,88,252). Sum of RGB (Red+Green+Blue) = 236+88+252=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 88 (34.77% from 255 or 15.28% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC58FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC58FC is #13A703. Grayscale: #969696. Windows color (decimal): -1287940 or 16537836. OLE color: 16537836.

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

Color convert

RGB 236 88 252 -
CMYK 0.06 0.65 0 0.01
HSL 294.15º 0.96% 0.67% -
HSV(B) 294.15º 0.65% 0.99% -
XYZ 55.65 31.84 95.31 -
YUV 150.95 185.03 188.66 -
System Red Green Blue C M Y K H S L
Decimal 236 88 252 0.06 0.65 0 0.01 294.15 0.96 0.67
Hex EC 58 FC 6 41 0 1 126 60 43
Octal 354 130 374 6 101 0 1 446 140 103
Binary 11101100 1011000 11111100 110 1000001 0 1 100100110 1100000 1000011

Color Harmonies of #EC58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58FC

Black with #EC58FC

Text Example


Text Example

White with #EC58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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