Html Css Color HEX #EA15F8 Psychedelic Purple

📋 copy color: '#EA15F8'

red 234 ◦ green 21 ◦ blue 248

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

Shades of Psychedelic Purple #EA15F8

Tints of Psychedelic Purple #EA15F8

RGB

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

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

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

R = 46.52%
G = 4.17%
B = 49.3%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EA15F8 (or 0xEA15F8) is known color: Psychedelic Purple. HEX triplet: EA, 15 and F8. RGB value is (234,21,248). Sum of RGB (Red+Green+Blue) = 234+21+248=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA15F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA15F8 is #15EA07. Grayscale: #6D6D6D. Windows color (decimal): -1436168 or 16258538. OLE color: 16258538.

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

Color convert

RGB 234 21 248 -
CMYK 0.06 0.92 0 0.03
HSL 296.3º 0.94% 0.53% -
HSV(B) 296.3º 0.92% 0.97% -
XYZ 51.14 24.81 90.9 -
YUV 110.57 205.57 216.04 -
System Red Green Blue C M Y K H S L
Decimal 234 21 248 0.06 0.92 0 0.03 296.3 0.94 0.53
Hex EA 15 F8 6 5C 0 3 128 5E 35
Octal 352 25 370 6 134 0 3 450 136 65
Binary 11101010 10101 11111000 110 1011100 0 11 100101000 1011110 110101

Color Harmonies of #EA15F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15F8

Black with #EA15F8

Text Example


Text Example

White with #EA15F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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