Html Css Color HEX #EC05F9 Psychedelic Purple

📋 copy color: '#EC05F9'

red 236 ◦ green 5 ◦ blue 249

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

Shades of Psychedelic Purple #EC05F9

Tints of Psychedelic Purple #EC05F9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.02%

 BLUE value IS 249 (97.66% from 255) = 50.82%

R = 48.16%
G = 1.02%
B = 50.82%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC05F9 (or 0xEC05F9) is known color: Psychedelic Purple. HEX triplet: EC, 05 and F9. RGB value is (236,5,249). Sum of RGB (Red+Green+Blue) = 236+5+249=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 5 (2.34% from 255 or 1.02% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC05F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05F9 is #13FA06. Grayscale: #656565. Windows color (decimal): -1309191 or 16319980. OLE color: 16319980.

HSL color Cylindrical-coordinate representation of color #EC05F9: hue angle of 296.8º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05F9 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 5 249 -
CMYK 0.05 0.98 0 0.02
HSL 296.8º 0.96% 0.5% -
HSV(B) 296.8º 0.98% 0.98% -
XYZ 51.75 24.78 91.68 -
YUV 101.89 211.03 223.66 -
System Red Green Blue C M Y K H S L
Decimal 236 5 249 0.05 0.98 0 0.02 296.8 0.96 0.5
Hex EC 5 F9 5 62 0 2 129 60 32
Octal 354 5 371 5 142 0 2 451 140 62
Binary 11101100 101 11111001 101 1100010 0 10 100101001 1100000 110010

Color Harmonies of #EC05F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05F9

Black with #EC05F9

Text Example


Text Example

White with #EC05F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05F9; }

 p { color: rgb(236,5,249); }

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

background-color css

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

 a { background-color: rgb(236,5,249); }

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

border-color css

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

 span { border-color: rgb(236,5,249); }

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