Html Css Color HEX #EC5CFC Pink Flamingo

📋 copy color: '#EC5CFC'

red 236 ◦ green 92 ◦ blue 252

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

Shades of Pink Flamingo #EC5CFC

Tints of Pink Flamingo #EC5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.86%

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 40.69%
G = 15.86%
B = 43.45%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC5CFC (or 0xEC5CFC) is known color: Pink Flamingo. HEX triplet: EC, 5C and FC. RGB value is (236,92,252). Sum of RGB (Red+Green+Blue) = 236+92+252=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 92 (36.33% from 255 or 15.86% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC5CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CFC is #13A303. Grayscale: #989898. Windows color (decimal): -1286916 or 16538860. OLE color: 16538860.

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

Color convert

RGB 236 92 252 -
CMYK 0.06 0.63 0 0.01
HSL 294º 0.96% 0.67% -
HSV(B) 294º 0.63% 0.99% -
XYZ 55.99 32.52 95.42 -
YUV 153.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 236 92 252 0.06 0.63 0 0.01 294 0.96 0.67
Hex EC 5C FC 6 3F 0 1 126 60 43
Octal 354 134 374 6 77 0 1 446 140 103
Binary 11101100 1011100 11111100 110 111111 0 1 100100110 1100000 1000011

Color Harmonies of #EC5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5CFC

Black with #EC5CFC

Text Example


Text Example

White with #EC5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5CFC; }

 p { color: rgb(236,92,252); }

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

background-color css

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

 a { background-color: rgb(236,92,252); }

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

border-color css

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

 span { border-color: rgb(236,92,252); }

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