Html Css Color HEX #EC4FFD Pink Flamingo

📋 copy color: '#EC4FFD'

red 236 ◦ green 79 ◦ blue 253

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

Shades of Pink Flamingo #EC4FFD

Tints of Pink Flamingo #EC4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.91%

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

R = 41.55%
G = 13.91%
B = 44.54%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC4FFD (or 0xEC4FFD) is known color: Pink Flamingo. HEX triplet: EC, 4F and FD. RGB value is (236,79,253). Sum of RGB (Red+Green+Blue) = 236+79+253=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 79 (31.25% from 255 or 13.91% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC4FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4FFD is #13B002. Grayscale: #919191. Windows color (decimal): -1290243 or 16601068. OLE color: 16601068.

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

Color convert

RGB 236 79 253 -
CMYK 0.07 0.69 0 0.01
HSL 294.14º 0.98% 0.65% -
HSV(B) 294.14º 0.69% 0.99% -
XYZ 55.12 30.52 95.91 -
YUV 145.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 236 79 253 0.07 0.69 0 0.01 294.14 0.98 0.65
Hex EC 4F FD 7 45 0 1 126 62 41
Octal 354 117 375 7 105 0 1 446 142 101
Binary 11101100 1001111 11111101 111 1000101 0 1 100100110 1100010 1000001

Color Harmonies of #EC4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4FFD

Black with #EC4FFD

Text Example


Text Example

White with #EC4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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