Html Css Color HEX #EC58FE Pink Flamingo

📋 copy color: '#EC58FE'

red 236 ◦ green 88 ◦ blue 254

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

Shades of Pink Flamingo #EC58FE

Tints of Pink Flamingo #EC58FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 40.83%
G = 15.22%
B = 43.94%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC58FE (or 0xEC58FE) is known color: Pink Flamingo. HEX triplet: EC, 58 and FE. RGB value is (236,88,254). Sum of RGB (Red+Green+Blue) = 236+88+254=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 88 (34.77% from 255 or 15.22% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC58FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC58FE is #13A701. Grayscale: #969696. Windows color (decimal): -1287938 or 16668908. OLE color: 16668908.

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

Color convert

RGB 236 88 254 -
CMYK 0.07 0.65 0 0.00
HSL 293.49º 0.99% 0.67% -
HSV(B) 293.49º 0.65% 1% -
XYZ 55.97 31.97 96.99 -
YUV 151.18 186.03 188.5 -
System Red Green Blue C M Y K H S L
Decimal 236 88 254 0.07 0.65 0 0.00 293.49 0.99 0.67
Hex EC 58 FE 7 41 0 0 125 63 43
Octal 354 130 376 7 101 0 0 445 143 103
Binary 11101100 1011000 11111110 111 1000001 0 0 100100101 1100011 1000011

Color Harmonies of #EC58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58FE

Black with #EC58FE

Text Example


Text Example

White with #EC58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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