Html Css Color HEX #EC15F8 Psychedelic Purple

📋 copy color: '#EC15F8'

red 236 ◦ green 21 ◦ blue 248

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

Shades of Psychedelic Purple #EC15F8

Tints of Psychedelic Purple #EC15F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.11%

R = 46.73%
G = 4.16%
B = 49.11%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EC15F8 (or 0xEC15F8) is known color: Psychedelic Purple. HEX triplet: EC, 15 and F8. RGB value is (236,21,248). Sum of RGB (Red+Green+Blue) = 236+21+248=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 21 (8.59% from 255 or 4.16% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC15F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15F8 is #13EA07. Grayscale: #6E6E6E. Windows color (decimal): -1305096 or 16258540. OLE color: 16258540.

HSL color Cylindrical-coordinate representation of color #EC15F8: hue angle of 296.83º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC15F8 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 236 21 248 -
CMYK 0.05 0.92 0 0.03
HSL 296.83º 0.94% 0.53% -
HSV(B) 296.83º 0.92% 0.97% -
XYZ 51.8 25.15 90.93 -
YUV 111.16 205.23 217.04 -
System Red Green Blue C M Y K H S L
Decimal 236 21 248 0.05 0.92 0 0.03 296.83 0.94 0.53
Hex EC 15 F8 5 5C 0 3 129 5E 35
Octal 354 25 370 5 134 0 3 451 136 65
Binary 11101100 10101 11111000 101 1011100 0 11 100101001 1011110 110101

Color Harmonies of #EC15F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15F8

Black with #EC15F8

Text Example


Text Example

White with #EC15F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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