Html Css Color HEX #EC62FA Pink Flamingo

📋 copy color: '#EC62FA'

red 236 ◦ green 98 ◦ blue 250

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

Shades of Pink Flamingo #EC62FA

Tints of Pink Flamingo #EC62FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 40.41%
G = 16.78%
B = 42.81%

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

#EC62FA (or 0xEC62FA) is known color: Pink Flamingo. HEX triplet: EC, 62 and FA. RGB value is (236,98,250). Sum of RGB (Red+Green+Blue) = 236+98+250=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 98 (38.67% from 255 or 16.78% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC62FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC62FA is #139D05. Grayscale: #9C9C9C. Windows color (decimal): -1285382 or 16409324. OLE color: 16409324.

HSL color Cylindrical-coordinate representation of color #EC62FA: hue angle of 294.47º degrees, saturation: 0.94, 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 #EC62FA is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 98 250 -
CMYK 0.06 0.61 0 0.02
HSL 294.47º 0.94% 0.68% -
HSV(B) 294.47º 0.61% 0.98% -
XYZ 56.22 33.47 93.94 -
YUV 156.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 236 98 250 0.06 0.61 0 0.02 294.47 0.94 0.68
Hex EC 62 FA 6 3D 0 2 126 5E 44
Octal 354 142 372 6 75 0 2 446 136 104
Binary 11101100 1100010 11111010 110 111101 0 10 100100110 1011110 1000100

Color Harmonies of #EC62FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC62FA

Black with #EC62FA

Text Example


Text Example

White with #EC62FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC62FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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