Html Css Color HEX #EC15FA Psychedelic Purple

📋 copy color: '#EC15FA'

red 236 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #EC15FA

Tints of Psychedelic Purple #EC15FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.14%

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

R = 46.55%
G = 4.14%
B = 49.31%

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

#EC15FA (or 0xEC15FA) is known color: Psychedelic Purple. HEX triplet: EC, 15 and FA. RGB value is (236,21,250). Sum of RGB (Red+Green+Blue) = 236+21+250=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 21 (8.59% from 255 or 4.14% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC15FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15FA is #13EA05. Grayscale: #6E6E6E. Windows color (decimal): -1305094 or 16389612. OLE color: 16389612.

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

Color convert

RGB 236 21 250 -
CMYK 0.06 0.92 0 0.02
HSL 296.33º 0.96% 0.53% -
HSV(B) 296.33º 0.92% 0.98% -
XYZ 52.12 25.27 92.57 -
YUV 111.39 206.23 216.88 -
System Red Green Blue C M Y K H S L
Decimal 236 21 250 0.06 0.92 0 0.02 296.33 0.96 0.53
Hex EC 15 FA 6 5C 0 2 128 60 35
Octal 354 25 372 6 134 0 2 450 140 65
Binary 11101100 10101 11111010 110 1011100 0 10 100101000 1100000 110101

Color Harmonies of #EC15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15FA

Black with #EC15FA

Text Example


Text Example

White with #EC15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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