Html Css Color HEX #EA19EF Psychedelic Purple

📋 copy color: '#EA19EF'

red 234 ◦ green 25 ◦ blue 239

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

Shades of Psychedelic Purple #EA19EF

Tints of Psychedelic Purple #EA19EF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.02%

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

R = 46.99%
G = 5.02%
B = 47.99%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA19EF (or 0xEA19EF) is known color: Psychedelic Purple. HEX triplet: EA, 19 and EF. RGB value is (234,25,239). Sum of RGB (Red+Green+Blue) = 234+25+239=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA19EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA19EF is #15E610. Grayscale: #6F6F6F. Windows color (decimal): -1435153 or 15669738. OLE color: 15669738.

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

Color convert

RGB 234 25 239 -
CMYK 0.02 0.90 0 0.06
HSL 298.6º 0.87% 0.52% -
HSV(B) 298.6º 0.9% 0.94% -
XYZ 49.86 24.42 83.75 -
YUV 111.89 199.74 215.1 -
System Red Green Blue C M Y K H S L
Decimal 234 25 239 0.02 0.90 0 0.06 298.6 0.87 0.52
Hex EA 19 EF 2 5A 0 6 12B 57 34
Octal 352 31 357 2 132 0 6 453 127 64
Binary 11101010 11001 11101111 10 1011010 0 110 100101011 1010111 110100

Color Harmonies of #EA19EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA19EF

Black with #EA19EF

Text Example


Text Example

White with #EA19EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA19EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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