Html Css Color HEX #EC00FA Psychedelic Purple

📋 copy color: '#EC00FA'

red 236 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #EC00FA

Tints of Psychedelic Purple #EC00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.56%
G = 0%
B = 51.44%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC00FA (or 0xEC00FA) is known color: Psychedelic Purple. HEX triplet: EC, 00 and FA. RGB value is (236,0,250). Sum of RGB (Red+Green+Blue) = 236+0+250=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 0 (0.39% from 255 or 0% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC00FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00FA is #13FF05. Grayscale: #626262. Windows color (decimal): -1310470 or 16384236. OLE color: 16384236.

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

Color convert

RGB 236 0 250 -
CMYK 0.06 1 0 0.02
HSL 296.64º 1% 0.49% -
HSV(B) 296.64º 1% 0.98% -
XYZ 51.85 24.73 92.48 -
YUV 99.06 213.19 225.67 -
System Red Green Blue C M Y K H S L
Decimal 236 0 250 0.06 1 0 0.02 296.64 1 0.49
Hex EC 0 FA 6 64 0 2 129 64 31
Octal 354 0 372 6 144 0 2 451 144 61
Binary 11101100 0 11111010 110 1100100 0 10 100101001 1100100 110001

Color Harmonies of #EC00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00FA

Black with #EC00FA

Text Example


Text Example

White with #EC00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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