Html Css Color HEX #EC13FA Psychedelic Purple

📋 copy color: '#EC13FA'

red 236 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #EC13FA

Tints of Psychedelic Purple #EC13FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.76%

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

R = 46.73%
G = 3.76%
B = 49.5%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC13FA (or 0xEC13FA) is known color: Psychedelic Purple. HEX triplet: EC, 13 and FA. RGB value is (236,19,250). Sum of RGB (Red+Green+Blue) = 236+19+250=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 19 (7.81% from 255 or 3.76% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC13FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC13FA is #13EC05. Grayscale: #6D6D6D. Windows color (decimal): -1305606 or 16389100. OLE color: 16389100.

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

Color convert

RGB 236 19 250 -
CMYK 0.06 0.92 0 0.02
HSL 296.36º 0.96% 0.53% -
HSV(B) 296.36º 0.92% 0.98% -
XYZ 52.08 25.2 92.56 -
YUV 110.22 206.89 217.72 -
System Red Green Blue C M Y K H S L
Decimal 236 19 250 0.06 0.92 0 0.02 296.36 0.96 0.53
Hex EC 13 FA 6 5C 0 2 128 60 35
Octal 354 23 372 6 134 0 2 450 140 65
Binary 11101100 10011 11111010 110 1011100 0 10 100101000 1100000 110101

Color Harmonies of #EC13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC13FA

Black with #EC13FA

Text Example


Text Example

White with #EC13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC13FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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