Html Css Color HEX #EA15FA Psychedelic Purple

📋 copy color: '#EA15FA'

red 234 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #EA15FA

Tints of Psychedelic Purple #EA15FA

RGB

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

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

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

R = 46.34%
G = 4.16%
B = 49.5%

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

#EA15FA (or 0xEA15FA) is known color: Psychedelic Purple. HEX triplet: EA, 15 and FA. RGB value is (234,21,250). Sum of RGB (Red+Green+Blue) = 234+21+250=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 21 (8.59% from 255 or 4.16% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA15FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA15FA is #15EA05. Grayscale: #6E6E6E. Windows color (decimal): -1436166 or 16389610. OLE color: 16389610.

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

Color convert

RGB 234 21 250 -
CMYK 0.06 0.92 0 0.02
HSL 295.81º 0.96% 0.53% -
HSV(B) 295.81º 0.92% 0.98% -
XYZ 51.46 24.93 92.54 -
YUV 110.79 206.57 215.88 -
System Red Green Blue C M Y K H S L
Decimal 234 21 250 0.06 0.92 0 0.02 295.81 0.96 0.53
Hex EA 15 FA 6 5C 0 2 128 60 35
Octal 352 25 372 6 134 0 2 450 140 65
Binary 11101010 10101 11111010 110 1011100 0 10 100101000 1100000 110101

Color Harmonies of #EA15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15FA

Black with #EA15FA

Text Example


Text Example

White with #EA15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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