Html Css Color HEX #EC06F9 Psychedelic Purple

📋 copy color: '#EC06F9'

red 236 ◦ green 6 ◦ blue 249

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

Shades of Psychedelic Purple #EC06F9

Tints of Psychedelic Purple #EC06F9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.22%

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

R = 48.07%
G = 1.22%
B = 50.71%

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

#EC06F9 (or 0xEC06F9) is known color: Psychedelic Purple. HEX triplet: EC, 06 and F9. RGB value is (236,6,249). Sum of RGB (Red+Green+Blue) = 236+6+249=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 6 (2.73% from 255 or 1.22% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC06F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC06F9 is #13F906. Grayscale: #656565. Windows color (decimal): -1308935 or 16320236. OLE color: 16320236.

HSL color Cylindrical-coordinate representation of color #EC06F9: hue angle of 296.79º degrees, saturation: 0.95, 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 #EC06F9 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 6 249 -
CMYK 0.05 0.98 0 0.02
HSL 296.79º 0.95% 0.5% -
HSV(B) 296.79º 0.98% 0.98% -
XYZ 51.76 24.8 91.68 -
YUV 102.47 210.7 223.24 -
System Red Green Blue C M Y K H S L
Decimal 236 6 249 0.05 0.98 0 0.02 296.79 0.95 0.5
Hex EC 6 F9 5 62 0 2 129 5F 32
Octal 354 6 371 5 142 0 2 451 137 62
Binary 11101100 110 11111001 101 1100010 0 10 100101001 1011111 110010

Color Harmonies of #EC06F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06F9

Black with #EC06F9

Text Example


Text Example

White with #EC06F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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