Html Css Color HEX #EC62FB Pink Flamingo

📋 copy color: '#EC62FB'

red 236 ◦ green 98 ◦ blue 251

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

Shades of Pink Flamingo #EC62FB

Tints of Pink Flamingo #EC62FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.91%

R = 40.34%
G = 16.75%
B = 42.91%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC62FB (or 0xEC62FB) is known color: Pink Flamingo. HEX triplet: EC, 62 and FB. RGB value is (236,98,251). Sum of RGB (Red+Green+Blue) = 236+98+251=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 98 (38.67% from 255 or 16.75% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC62FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC62FB is #139D04. Grayscale: #9C9C9C. Windows color (decimal): -1285381 or 16474860. OLE color: 16474860.

HSL color Cylindrical-coordinate representation of color #EC62FB: hue angle of 294.12º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC62FB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 98 251 -
CMYK 0.06 0.61 0 0.02
HSL 294.12º 0.95% 0.68% -
HSV(B) 294.12º 0.61% 0.98% -
XYZ 56.37 33.53 94.77 -
YUV 156.7 181.22 184.56 -
System Red Green Blue C M Y K H S L
Decimal 236 98 251 0.06 0.61 0 0.02 294.12 0.95 0.68
Hex EC 62 FB 6 3D 0 2 126 5F 44
Octal 354 142 373 6 75 0 2 446 137 104
Binary 11101100 1100010 11111011 110 111101 0 10 100100110 1011111 1000100

Color Harmonies of #EC62FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC62FB

Black with #EC62FB

Text Example


Text Example

White with #EC62FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC62FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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