Html Css Color HEX #EA15EA Psychedelic Purple

📋 copy color: '#EA15EA'

red 234 ◦ green 21 ◦ blue 234

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

Shades of Psychedelic Purple #EA15EA

Tints of Psychedelic Purple #EA15EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 47.85%
G = 4.29%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EA15EA (or 0xEA15EA) is known color: Psychedelic Purple. HEX triplet: EA, 15 and EA. RGB value is (234,21,234). Sum of RGB (Red+Green+Blue) = 234+21+234=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 21 (8.59% from 255 or 4.29% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA15EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA15EA is #15EA15. Grayscale: #6C6C6C. Windows color (decimal): -1436182 or 15341034. OLE color: 15341034.

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

Color convert

RGB 234 21 234 -
CMYK 0 0.91 0 0.08
HSL 300º 0.84% 0.5% -
HSV(B) 300º 0.91% 0.92% -
XYZ 49.05 23.97 79.88 -
YUV 108.97 198.57 217.18 -
System Red Green Blue C M Y K H S L
Decimal 234 21 234 0 0.91 0 0.08 300 0.84 0.5
Hex EA 15 EA 0 5B 0 8 12C 54 32
Octal 352 25 352 0 133 0 10 454 124 62
Binary 11101010 10101 11101010 0 1011011 0 1000 100101100 1010100 110010

Color Harmonies of #EA15EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15EA

Black with #EA15EA

Text Example


Text Example

White with #EA15EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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