Html Css Color HEX #EC45FD Pink Flamingo

📋 copy color: '#EC45FD'

red 236 ◦ green 69 ◦ blue 253

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

Shades of Pink Flamingo #EC45FD

Tints of Pink Flamingo #EC45FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.37%

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

R = 42.29%
G = 12.37%
B = 45.34%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC45FD (or 0xEC45FD) is known color: Pink Flamingo. HEX triplet: EC, 45 and FD. RGB value is (236,69,253). Sum of RGB (Red+Green+Blue) = 236+69+253=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 69 (27.34% from 255 or 12.37% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC45FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC45FD is #13BA02. Grayscale: #8B8B8B. Windows color (decimal): -1292803 or 16598508. OLE color: 16598508.

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

Color convert

RGB 236 69 253 -
CMYK 0.07 0.73 0 0.01
HSL 294.46º 0.98% 0.63% -
HSV(B) 294.46º 0.73% 0.99% -
XYZ 54.45 29.18 95.69 -
YUV 139.91 191.83 196.54 -
System Red Green Blue C M Y K H S L
Decimal 236 69 253 0.07 0.73 0 0.01 294.46 0.98 0.63
Hex EC 45 FD 7 49 0 1 126 62 3F
Octal 354 105 375 7 111 0 1 446 142 77
Binary 11101100 1000101 11111101 111 1001001 0 1 100100110 1100010 111111

Color Harmonies of #EC45FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC45FD

Black with #EC45FD

Text Example


Text Example

White with #EC45FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC45FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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