Html Css Color HEX #EA15EF Psychedelic Purple

📋 copy color: '#EA15EF'

red 234 ◦ green 21 ◦ blue 239

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

Shades of Psychedelic Purple #EA15EF

Tints of Psychedelic Purple #EA15EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.38%

R = 47.37%
G = 4.25%
B = 48.38%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA15EF (or 0xEA15EF) is known color: Psychedelic Purple. HEX triplet: EA, 15 and EF. RGB value is (234,21,239). Sum of RGB (Red+Green+Blue) = 234+21+239=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA15EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA15EF is #15EA10. Grayscale: #6C6C6C. Windows color (decimal): -1436177 or 15668714. OLE color: 15668714.

HSL color Cylindrical-coordinate representation of color #EA15EF: hue angle of 298.62º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA15EF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 21 239 -
CMYK 0.02 0.91 0 0.06
HSL 298.62º 0.87% 0.51% -
HSV(B) 298.62º 0.91% 0.94% -
XYZ 49.78 24.26 83.72 -
YUV 109.54 201.07 216.77 -
System Red Green Blue C M Y K H S L
Decimal 234 21 239 0.02 0.91 0 0.06 298.62 0.87 0.51
Hex EA 15 EF 2 5B 0 6 12B 57 33
Octal 352 25 357 2 133 0 6 453 127 63
Binary 11101010 10101 11101111 10 1011011 0 110 100101011 1010111 110011

Color Harmonies of #EA15EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15EF

Black with #EA15EF

Text Example


Text Example

White with #EA15EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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