Html Css Color HEX #EC57FD Pink Flamingo

📋 copy color: '#EC57FD'

red 236 ◦ green 87 ◦ blue 253

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

Shades of Pink Flamingo #EC57FD

Tints of Pink Flamingo #EC57FD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.1%

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

R = 40.97%
G = 15.1%
B = 43.92%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC57FD (or 0xEC57FD) is known color: Pink Flamingo. HEX triplet: EC, 57 and FD. RGB value is (236,87,253). Sum of RGB (Red+Green+Blue) = 236+87+253=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 87 (34.38% from 255 or 15.10% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC57FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC57FD is #13A802. Grayscale: #959595. Windows color (decimal): -1288195 or 16603116. OLE color: 16603116.

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

Color convert

RGB 236 87 253 -
CMYK 0.07 0.66 0 0.01
HSL 293.86º 0.98% 0.67% -
HSV(B) 293.86º 0.66% 0.99% -
XYZ 55.73 31.74 96.12 -
YUV 150.48 185.86 189 -
System Red Green Blue C M Y K H S L
Decimal 236 87 253 0.07 0.66 0 0.01 293.86 0.98 0.67
Hex EC 57 FD 7 42 0 1 126 62 43
Octal 354 127 375 7 102 0 1 446 142 103
Binary 11101100 1010111 11111101 111 1000010 0 1 100100110 1100010 1000011

Color Harmonies of #EC57FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC57FD

Black with #EC57FD

Text Example


Text Example

White with #EC57FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC57FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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