Html Css Color HEX #EA09E5 Psychedelic Purple

📋 copy color: '#EA09E5'

red 234 ◦ green 9 ◦ blue 229

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

Shades of Psychedelic Purple #EA09E5

Tints of Psychedelic Purple #EA09E5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.91%

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

R = 49.58%
G = 1.91%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EA09E5 (or 0xEA09E5) is known color: Psychedelic Purple. HEX triplet: EA, 09 and E5. RGB value is (234,9,229). Sum of RGB (Red+Green+Blue) = 234+9+229=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA09E5 is #15F61A. Grayscale: #646464. Windows color (decimal): -1439259 or 15010282. OLE color: 15010282.

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

Color convert

RGB 234 9 229 -
CMYK 0 0.96 0.02 0.08
HSL 301.33º 0.93% 0.48% -
HSV(B) 301.33º 0.96% 0.92% -
XYZ 48.17 23.34 76.1 -
YUV 101.36 200.04 222.61 -
System Red Green Blue C M Y K H S L
Decimal 234 9 229 0 0.96 0.02 0.08 301.33 0.93 0.48
Hex EA 9 E5 0 60 2 8 12D 5D 30
Octal 352 11 345 0 140 2 10 455 135 60
Binary 11101010 1001 11100101 0 1100000 10 1000 100101101 1011101 110000

Color Harmonies of #EA09E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA09E5

Black with #EA09E5

Text Example


Text Example

White with #EA09E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA09E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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