Html Css Color HEX #EA11E5 Psychedelic Purple

📋 copy color: '#EA11E5'

red 234 ◦ green 17 ◦ blue 229

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

Shades of Psychedelic Purple #EA11E5

Tints of Psychedelic Purple #EA11E5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.54%

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

R = 48.75%
G = 3.54%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EA11E5 (or 0xEA11E5) is known color: Psychedelic Purple. HEX triplet: EA, 11 and E5. RGB value is (234,17,229). Sum of RGB (Red+Green+Blue) = 234+17+229=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA11E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA11E5 is #15EE1A. Grayscale: #696969. Windows color (decimal): -1437211 or 15012330. OLE color: 15012330.

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

Color convert

RGB 234 17 229 -
CMYK 0 0.93 0.02 0.08
HSL 301.38º 0.86% 0.49% -
HSV(B) 301.38º 0.93% 0.92% -
XYZ 48.27 23.55 76.13 -
YUV 106.05 197.39 219.26 -
System Red Green Blue C M Y K H S L
Decimal 234 17 229 0 0.93 0.02 0.08 301.38 0.86 0.49
Hex EA 11 E5 0 5D 2 8 12D 56 31
Octal 352 21 345 0 135 2 10 455 126 61
Binary 11101010 10001 11100101 0 1011101 10 1000 100101101 1010110 110001

Color Harmonies of #EA11E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA11E5

Black with #EA11E5

Text Example


Text Example

White with #EA11E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA11E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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