Html Css Color HEX #EC07FA Psychedelic Purple

📋 copy color: '#EC07FA'

red 236 ◦ green 7 ◦ blue 250

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

Shades of Psychedelic Purple #EC07FA

Tints of Psychedelic Purple #EC07FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.42%

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

R = 47.87%
G = 1.42%
B = 50.71%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC07FA (or 0xEC07FA) is known color: Psychedelic Purple. HEX triplet: EC, 07 and FA. RGB value is (236,7,250). Sum of RGB (Red+Green+Blue) = 236+7+250=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 7 (3.12% from 255 or 1.42% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC07FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07FA is #13F805. Grayscale: #666666. Windows color (decimal): -1308678 or 16386028. OLE color: 16386028.

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

Color convert

RGB 236 7 250 -
CMYK 0.06 0.97 0 0.02
HSL 296.54º 0.96% 0.5% -
HSV(B) 296.54º 0.97% 0.98% -
XYZ 51.92 24.89 92.51 -
YUV 103.17 210.87 222.74 -
System Red Green Blue C M Y K H S L
Decimal 236 7 250 0.06 0.97 0 0.02 296.54 0.96 0.5
Hex EC 7 FA 6 61 0 2 129 60 32
Octal 354 7 372 6 141 0 2 451 140 62
Binary 11101100 111 11111010 110 1100001 0 10 100101001 1100000 110010

Color Harmonies of #EC07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07FA

Black with #EC07FA

Text Example


Text Example

White with #EC07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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