Html Css Color HEX #EA15FF Psychedelic Purple

📋 copy color: '#EA15FF'

red 234 ◦ green 21 ◦ blue 255

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

Shades of Psychedelic Purple #EA15FF

Tints of Psychedelic Purple #EA15FF

RGB

 RED value IS 234 (91.8% from 255) = 45.88%

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

 BLUE value IS 255 (100% from 255) = 50%

R = 45.88%
G = 4.12%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA15FF (or 0xEA15FF) is known color: Psychedelic Purple. HEX triplet: EA, 15 and FF. RGB value is (234,21,255). Sum of RGB (Red+Green+Blue) = 234+21+255=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 21 (8.59% from 255 or 4.12% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA15FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA15FF is #15EA00. Grayscale: #6E6E6E. Windows color (decimal): -1436161 or 16717290. OLE color: 16717290.

HSL color Cylindrical-coordinate representation of color #EA15FF: hue angle of 294.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA15FF is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 21 255 -
CMYK 0.08 0.92 0 0
HSL 294.62º 1% 0.54% -
HSV(B) 294.62º 0.92% 1% -
XYZ 52.25 25.25 96.73 -
YUV 111.36 209.07 215.47 -
System Red Green Blue C M Y K H S L
Decimal 234 21 255 0.08 0.92 0 0 294.62 1 0.54
Hex EA 15 FF 8 5C 0 0 127 64 36
Octal 352 25 377 10 134 0 0 447 144 66
Binary 11101010 10101 11111111 1000 1011100 0 0 100100111 1100100 110110

Color Harmonies of #EA15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15FF

Black with #EA15FF

Text Example


Text Example

White with #EA15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15FF; }

 p { color: rgb(234,21,255); }

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

background-color css

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

 a { background-color: rgb(234,21,255); }

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

border-color css

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

 span { border-color: rgb(234,21,255); }

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