Html Css Color HEX #EC5CFD Pink Flamingo

📋 copy color: '#EC5CFD'

red 236 ◦ green 92 ◦ blue 253

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

Shades of Pink Flamingo #EC5CFD

Tints of Pink Flamingo #EC5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.83%

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

R = 40.62%
G = 15.83%
B = 43.55%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC5CFD (or 0xEC5CFD) is known color: Pink Flamingo. HEX triplet: EC, 5C and FD. RGB value is (236,92,253). Sum of RGB (Red+Green+Blue) = 236+92+253=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 92 (36.33% from 255 or 15.83% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC5CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CFD is #13A302. Grayscale: #989898. Windows color (decimal): -1286915 or 16604396. OLE color: 16604396.

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

Color convert

RGB 236 92 253 -
CMYK 0.07 0.64 0 0.01
HSL 293.66º 0.98% 0.68% -
HSV(B) 293.66º 0.64% 0.99% -
XYZ 56.15 32.58 96.26 -
YUV 153.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 236 92 253 0.07 0.64 0 0.01 293.66 0.98 0.68
Hex EC 5C FD 7 40 0 1 126 62 44
Octal 354 134 375 7 100 0 1 446 142 104
Binary 11101100 1011100 11111101 111 1000000 0 1 100100110 1100010 1000100

Color Harmonies of #EC5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5CFD

Black with #EC5CFD

Text Example


Text Example

White with #EC5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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