Html Css Color HEX #EA04E5 Psychedelic Purple

📋 copy color: '#EA04E5'

red 234 ◦ green 4 ◦ blue 229

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

Shades of Psychedelic Purple #EA04E5

Tints of Psychedelic Purple #EA04E5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.86%

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

R = 50.11%
G = 0.86%
B = 49.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EA04E5 (or 0xEA04E5) is known color: Psychedelic Purple. HEX triplet: EA, 04 and E5. RGB value is (234,4,229). Sum of RGB (Red+Green+Blue) = 234+4+229=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA04E5 is #15FB1A. Grayscale: #616161. Windows color (decimal): -1440539 or 15009002. OLE color: 15009002.

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

Color convert

RGB 234 4 229 -
CMYK 0 0.98 0.02 0.08
HSL 301.3º 0.97% 0.47% -
HSV(B) 301.3º 0.98% 0.92% -
XYZ 48.12 23.24 76.08 -
YUV 98.42 201.7 224.7 -
System Red Green Blue C M Y K H S L
Decimal 234 4 229 0 0.98 0.02 0.08 301.3 0.97 0.47
Hex EA 4 E5 0 62 2 8 12D 61 2F
Octal 352 4 345 0 142 2 10 455 141 57
Binary 11101010 100 11100101 0 1100010 10 1000 100101101 1100001 101111

Color Harmonies of #EA04E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA04E5

Black with #EA04E5

Text Example


Text Example

White with #EA04E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA04E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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