Html Css Color HEX #EC4AFD Pink Flamingo

📋 copy color: '#EC4AFD'

red 236 ◦ green 74 ◦ blue 253

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

Shades of Pink Flamingo #EC4AFD

Tints of Pink Flamingo #EC4AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.14%

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

R = 41.92%
G = 13.14%
B = 44.94%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC4AFD (or 0xEC4AFD) is known color: Pink Flamingo. HEX triplet: EC, 4A and FD. RGB value is (236,74,253). Sum of RGB (Red+Green+Blue) = 236+74+253=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 74 (29.30% from 255 or 13.14% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC4AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4AFD is #13B502. Grayscale: #8E8E8E. Windows color (decimal): -1291523 or 16599788. OLE color: 16599788.

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

Color convert

RGB 236 74 253 -
CMYK 0.07 0.71 0 0.01
HSL 294.3º 0.98% 0.64% -
HSV(B) 294.3º 0.71% 0.99% -
XYZ 54.77 29.82 95.8 -
YUV 142.84 190.17 194.45 -
System Red Green Blue C M Y K H S L
Decimal 236 74 253 0.07 0.71 0 0.01 294.3 0.98 0.64
Hex EC 4A FD 7 47 0 1 126 62 40
Octal 354 112 375 7 107 0 1 446 142 100
Binary 11101100 1001010 11111101 111 1000111 0 1 100100110 1100010 1000000

Color Harmonies of #EC4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4AFD

Black with #EC4AFD

Text Example


Text Example

White with #EC4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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