Html Css Color HEX #EC5DFD Pink Flamingo

📋 copy color: '#EC5DFD'

red 236 ◦ green 93 ◦ blue 253

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

Shades of Pink Flamingo #EC5DFD

Tints of Pink Flamingo #EC5DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.98%

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

R = 40.55%
G = 15.98%
B = 43.47%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC5DFD (or 0xEC5DFD) is known color: Pink Flamingo. HEX triplet: EC, 5D and FD. RGB value is (236,93,253). Sum of RGB (Red+Green+Blue) = 236+93+253=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 93 (36.72% from 255 or 15.98% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC5DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DFD is #13A202. Grayscale: #999999. Windows color (decimal): -1286659 or 16604652. OLE color: 16604652.

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

Color convert

RGB 236 93 253 -
CMYK 0.07 0.63 0 0.01
HSL 293.63º 0.98% 0.68% -
HSV(B) 293.63º 0.63% 0.99% -
XYZ 56.24 32.75 96.29 -
YUV 154 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 236 93 253 0.07 0.63 0 0.01 293.63 0.98 0.68
Hex EC 5D FD 7 3F 0 1 126 62 44
Octal 354 135 375 7 77 0 1 446 142 104
Binary 11101100 1011101 11111101 111 111111 0 1 100100110 1100010 1000100

Color Harmonies of #EC5DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DFD

Black with #EC5DFD

Text Example


Text Example

White with #EC5DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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