Html Css Color HEX #EC4CFD Pink Flamingo

📋 copy color: '#EC4CFD'

red 236 ◦ green 76 ◦ blue 253

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

Shades of Pink Flamingo #EC4CFD

Tints of Pink Flamingo #EC4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.45%

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

R = 41.77%
G = 13.45%
B = 44.78%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC4CFD (or 0xEC4CFD) is known color: Pink Flamingo. HEX triplet: EC, 4C and FD. RGB value is (236,76,253). Sum of RGB (Red+Green+Blue) = 236+76+253=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 76 (30.08% from 255 or 13.45% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC4CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4CFD is #13B302. Grayscale: #8F8F8F. Windows color (decimal): -1291011 or 16600300. OLE color: 16600300.

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

Color convert

RGB 236 76 253 -
CMYK 0.07 0.70 0 0.01
HSL 294.24º 0.98% 0.65% -
HSV(B) 294.24º 0.7% 0.99% -
XYZ 54.91 30.09 95.84 -
YUV 144.02 189.51 193.61 -
System Red Green Blue C M Y K H S L
Decimal 236 76 253 0.07 0.70 0 0.01 294.24 0.98 0.65
Hex EC 4C FD 7 46 0 1 126 62 41
Octal 354 114 375 7 106 0 1 446 142 101
Binary 11101100 1001100 11111101 111 1000110 0 1 100100110 1100010 1000001

Color Harmonies of #EC4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4CFD

Black with #EC4CFD

Text Example


Text Example

White with #EC4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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