Html Css Color HEX #EC58FA Pink Flamingo

📋 copy color: '#EC58FA'

red 236 ◦ green 88 ◦ blue 250

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

Shades of Pink Flamingo #EC58FA

Tints of Pink Flamingo #EC58FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.55%

R = 41.11%
G = 15.33%
B = 43.55%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC58FA (or 0xEC58FA) is known color: Pink Flamingo. HEX triplet: EC, 58 and FA. RGB value is (236,88,250). Sum of RGB (Red+Green+Blue) = 236+88+250=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 88 (34.77% from 255 or 15.33% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC58FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC58FA is #13A705. Grayscale: #969696. Windows color (decimal): -1287942 or 16406764. OLE color: 16406764.

HSL color Cylindrical-coordinate representation of color #EC58FA: hue angle of 294.81º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC58FA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 88 250 -
CMYK 0.06 0.65 0 0.02
HSL 294.81º 0.94% 0.66% -
HSV(B) 294.81º 0.65% 0.98% -
XYZ 55.34 31.71 93.65 -
YUV 150.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 236 88 250 0.06 0.65 0 0.02 294.81 0.94 0.66
Hex EC 58 FA 6 41 0 2 127 5E 42
Octal 354 130 372 6 101 0 2 447 136 102
Binary 11101100 1011000 11111010 110 1000001 0 10 100100111 1011110 1000010

Color Harmonies of #EC58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58FA

Black with #EC58FA

Text Example


Text Example

White with #EC58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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