Html Css Color HEX #EC4CF5 Pink Flamingo

📋 copy color: '#EC4CF5'

red 236 ◦ green 76 ◦ blue 245

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

Shades of Pink Flamingo #EC4CF5

Tints of Pink Flamingo #EC4CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.99%

R = 42.37%
G = 13.64%
B = 43.99%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC4CF5 (or 0xEC4CF5) is known color: Pink Flamingo. HEX triplet: EC, 4C and F5. RGB value is (236,76,245). Sum of RGB (Red+Green+Blue) = 236+76+245=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 76 (30.08% from 255 or 13.64% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC4CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4CF5 is #13B30A. Grayscale: #8E8E8E. Windows color (decimal): -1291019 or 16076012. OLE color: 16076012.

HSL color Cylindrical-coordinate representation of color #EC4CF5: hue angle of 296.8º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4CF5 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 76 245 -
CMYK 0.04 0.69 0 0.04
HSL 296.8º 0.89% 0.63% -
HSV(B) 296.8º 0.69% 0.96% -
XYZ 53.66 29.59 89.27 -
YUV 143.11 185.51 194.26 -
System Red Green Blue C M Y K H S L
Decimal 236 76 245 0.04 0.69 0 0.04 296.8 0.89 0.63
Hex EC 4C F5 4 45 0 4 129 59 3F
Octal 354 114 365 4 105 0 4 451 131 77
Binary 11101100 1001100 11110101 100 1000101 0 100 100101001 1011001 111111

Color Harmonies of #EC4CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4CF5

Black with #EC4CF5

Text Example


Text Example

White with #EC4CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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