Html Css Color HEX #EC64F0 Pink Flamingo

📋 copy color: '#EC64F0'

red 236 ◦ green 100 ◦ blue 240

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

Shades of Pink Flamingo #EC64F0

Tints of Pink Flamingo #EC64F0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.36%

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 40.97%
G = 17.36%
B = 41.67%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC64F0 (or 0xEC64F0) is known color: Pink Flamingo. HEX triplet: EC, 64 and F0. RGB value is (236,100,240). Sum of RGB (Red+Green+Blue) = 236+100+240=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 100 (39.45% from 255 or 17.36% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC64F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC64F0 is #139B0F. Grayscale: #9C9C9C. Windows color (decimal): -1284880 or 15754476. OLE color: 15754476.

HSL color Cylindrical-coordinate representation of color #EC64F0: hue angle of 298.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC64F0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 100 240 -
CMYK 0.02 0.58 0 0.06
HSL 298.29º 0.82% 0.67% -
HSV(B) 298.29º 0.58% 0.94% -
XYZ 54.88 33.24 85.96 -
YUV 156.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 236 100 240 0.02 0.58 0 0.06 298.29 0.82 0.67
Hex EC 64 F0 2 3A 0 6 12A 52 43
Octal 354 144 360 2 72 0 6 452 122 103
Binary 11101100 1100100 11110000 10 111010 0 110 100101010 1010010 1000011

Color Harmonies of #EC64F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC64F0

Black with #EC64F0

Text Example


Text Example

White with #EC64F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC64F0; }

 p { color: rgb(236,100,240); }

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

background-color css

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

 a { background-color: rgb(236,100,240); }

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

border-color css

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

 span { border-color: rgb(236,100,240); }

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