Html Css Color HEX #EC06FA Psychedelic Purple

📋 copy color: '#EC06FA'

red 236 ◦ green 6 ◦ blue 250

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

Shades of Psychedelic Purple #EC06FA

Tints of Psychedelic Purple #EC06FA

RGB

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

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

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

R = 47.97%
G = 1.22%
B = 50.81%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC06FA (or 0xEC06FA) is known color: Psychedelic Purple. HEX triplet: EC, 06 and FA. RGB value is (236,6,250). Sum of RGB (Red+Green+Blue) = 236+6+250=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 6 (2.73% from 255 or 1.22% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC06FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC06FA is #13F905. Grayscale: #656565. Windows color (decimal): -1308934 or 16385772. OLE color: 16385772.

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

Color convert

RGB 236 6 250 -
CMYK 0.06 0.98 0 0.02
HSL 296.56º 0.96% 0.5% -
HSV(B) 296.56º 0.98% 0.98% -
XYZ 51.91 24.87 92.51 -
YUV 102.59 211.2 223.16 -
System Red Green Blue C M Y K H S L
Decimal 236 6 250 0.06 0.98 0 0.02 296.56 0.96 0.5
Hex EC 6 FA 6 62 0 2 129 60 32
Octal 354 6 372 6 142 0 2 451 140 62
Binary 11101100 110 11111010 110 1100010 0 10 100101001 1100000 110010

Color Harmonies of #EC06FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06FA

Black with #EC06FA

Text Example


Text Example

White with #EC06FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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