Html Css Color HEX #EC58FF Pink Flamingo

📋 copy color: '#EC58FF'

red 236 ◦ green 88 ◦ blue 255

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

Shades of Pink Flamingo #EC58FF

Tints of Pink Flamingo #EC58FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.04%

R = 40.76%
G = 15.2%
B = 44.04%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC58FF (or 0xEC58FF) is known color: Pink Flamingo. HEX triplet: EC, 58 and FF. RGB value is (236,88,255). Sum of RGB (Red+Green+Blue) = 236+88+255=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 88 (34.77% from 255 or 15.20% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC58FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC58FF is #13A700. Grayscale: #969696. Windows color (decimal): -1287937 or 16734444. OLE color: 16734444.

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

Color convert

RGB 236 88 255 -
CMYK 0.07 0.65 0 0
HSL 293.17º 1% 0.67% -
HSV(B) 293.17º 0.65% 1% -
XYZ 56.13 32.03 97.83 -
YUV 151.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 236 88 255 0.07 0.65 0 0 293.17 1 0.67
Hex EC 58 FF 7 41 0 0 125 64 43
Octal 354 130 377 7 101 0 0 445 144 103
Binary 11101100 1011000 11111111 111 1000001 0 0 100100101 1100100 1000011

Color Harmonies of #EC58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58FF

Black with #EC58FF

Text Example


Text Example

White with #EC58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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