Html Css Color HEX #EC62FC Pink Flamingo

📋 copy color: '#EC62FC'

red 236 ◦ green 98 ◦ blue 252

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

Shades of Pink Flamingo #EC62FC

Tints of Pink Flamingo #EC62FC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.72%

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

R = 40.27%
G = 16.72%
B = 43%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC62FC (or 0xEC62FC) is known color: Pink Flamingo. HEX triplet: EC, 62 and FC. RGB value is (236,98,252). Sum of RGB (Red+Green+Blue) = 236+98+252=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 98 (38.67% from 255 or 16.72% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC62FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC62FC is #139D03. Grayscale: #9C9C9C. Windows color (decimal): -1285380 or 16540396. OLE color: 16540396.

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

Color convert

RGB 236 98 252 -
CMYK 0.06 0.61 0 0.01
HSL 293.77º 0.96% 0.69% -
HSV(B) 293.77º 0.61% 0.99% -
XYZ 56.53 33.6 95.6 -
YUV 156.82 181.72 184.48 -
System Red Green Blue C M Y K H S L
Decimal 236 98 252 0.06 0.61 0 0.01 293.77 0.96 0.69
Hex EC 62 FC 6 3D 0 1 126 60 45
Octal 354 142 374 6 75 0 1 446 140 105
Binary 11101100 1100010 11111100 110 111101 0 1 100100110 1100000 1000101

Color Harmonies of #EC62FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC62FC

Black with #EC62FC

Text Example


Text Example

White with #EC62FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC62FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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