Html Css Color HEX #EC58FD Pink Flamingo

📋 copy color: '#EC58FD'

red 236 ◦ green 88 ◦ blue 253

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

Shades of Pink Flamingo #EC58FD

Tints of Pink Flamingo #EC58FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.85%

R = 40.9%
G = 15.25%
B = 43.85%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC58FD (or 0xEC58FD) is known color: Pink Flamingo. HEX triplet: EC, 58 and FD. RGB value is (236,88,253). Sum of RGB (Red+Green+Blue) = 236+88+253=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 88 (34.77% from 255 or 15.25% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC58FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC58FD is #13A702. Grayscale: #969696. Windows color (decimal): -1287939 or 16603372. OLE color: 16603372.

HSL color Cylindrical-coordinate representation of color #EC58FD: hue angle of 293.82º degrees, saturation: 0.98, 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 #EC58FD is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 88 253 -
CMYK 0.07 0.65 0 0.01
HSL 293.82º 0.98% 0.67% -
HSV(B) 293.82º 0.65% 0.99% -
XYZ 55.81 31.9 96.15 -
YUV 151.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 236 88 253 0.07 0.65 0 0.01 293.82 0.98 0.67
Hex EC 58 FD 7 41 0 1 126 62 43
Octal 354 130 375 7 101 0 1 446 142 103
Binary 11101100 1011000 11111101 111 1000001 0 1 100100110 1100010 1000011

Color Harmonies of #EC58FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58FD

Black with #EC58FD

Text Example


Text Example

White with #EC58FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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