Html Css Color HEX #EA00E5 Psychedelic Purple

📋 copy color: '#EA00E5'

red 234 ◦ green 0 ◦ blue 229

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

Shades of Psychedelic Purple #EA00E5

Tints of Psychedelic Purple #EA00E5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 229 (89.84% from 255) = 49.46%

R = 50.54%
G = 0%
B = 49.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EA00E5 (or 0xEA00E5) is known color: Psychedelic Purple. HEX triplet: EA, 00 and E5. RGB value is (234,0,229). Sum of RGB (Red+Green+Blue) = 234+0+229=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00E5 is #15FF1A. Grayscale: #5F5F5F. Windows color (decimal): -1441563 or 15007978. OLE color: 15007978.

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

Color convert

RGB 234 0 229 -
CMYK 0 1 0.02 0.08
HSL 301.28º 1% 0.46% -
HSV(B) 301.28º 1% 0.92% -
XYZ 48.07 23.15 76.06 -
YUV 96.07 203.02 226.38 -
System Red Green Blue C M Y K H S L
Decimal 234 0 229 0 1 0.02 0.08 301.28 1 0.46
Hex EA 0 E5 0 64 2 8 12D 64 2E
Octal 352 0 345 0 144 2 10 455 144 56
Binary 11101010 0 11100101 0 1100100 10 1000 100101101 1100100 101110

Color Harmonies of #EA00E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00E5

Black with #EA00E5

Text Example


Text Example

White with #EA00E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00E5; }

 p { color: rgb(234,0,229); }

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

background-color css

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

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

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

border-color css

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

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

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