Html Css Color HEX #EC15F7 Psychedelic Purple

📋 copy color: '#EC15F7'

red 236 ◦ green 21 ◦ blue 247

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

Shades of Psychedelic Purple #EC15F7

Tints of Psychedelic Purple #EC15F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 46.83%
G = 4.17%
B = 49.01%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EC15F7 (or 0xEC15F7) is known color: Psychedelic Purple. HEX triplet: EC, 15 and F7. RGB value is (236,21,247). Sum of RGB (Red+Green+Blue) = 236+21+247=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC15F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15F7 is #13EA08. Grayscale: #6E6E6E. Windows color (decimal): -1305097 or 16193004. OLE color: 16193004.

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

Color convert

RGB 236 21 247 -
CMYK 0.04 0.91 0 0.03
HSL 297.08º 0.93% 0.53% -
HSV(B) 297.08º 0.91% 0.97% -
XYZ 51.65 25.08 90.12 -
YUV 111.05 204.73 217.12 -
System Red Green Blue C M Y K H S L
Decimal 236 21 247 0.04 0.91 0 0.03 297.08 0.93 0.53
Hex EC 15 F7 4 5B 0 3 129 5D 35
Octal 354 25 367 4 133 0 3 451 135 65
Binary 11101100 10101 11110111 100 1011011 0 11 100101001 1011101 110101

Color Harmonies of #EC15F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15F7

Black with #EC15F7

Text Example


Text Example

White with #EC15F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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