Html Css Color HEX #EA0AE7 Psychedelic Purple

📋 copy color: '#EA0AE7'

red 234 ◦ green 10 ◦ blue 231

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

Shades of Psychedelic Purple #EA0AE7

Tints of Psychedelic Purple #EA0AE7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.11%

 BLUE value IS 231 (90.63% from 255) = 48.63%

R = 49.26%
G = 2.11%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EA0AE7 (or 0xEA0AE7) is known color: Psychedelic Purple. HEX triplet: EA, 0A and E7. RGB value is (234,10,231). Sum of RGB (Red+Green+Blue) = 234+10+231=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0AE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0AE7 is #15F518. Grayscale: #656565. Windows color (decimal): -1439001 or 15141610. OLE color: 15141610.

HSL color Cylindrical-coordinate representation of color #EA0AE7: hue angle of 300.8º degrees, saturation: 0.92, 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 #EA0AE7 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 10 231 -
CMYK 0 0.96 0.01 0.08
HSL 300.8º 0.92% 0.48% -
HSV(B) 300.8º 0.96% 0.92% -
XYZ 48.46 23.48 77.58 -
YUV 102.17 200.71 222.03 -
System Red Green Blue C M Y K H S L
Decimal 234 10 231 0 0.96 0.01 0.08 300.8 0.92 0.48
Hex EA A E7 0 60 1 8 12D 5C 30
Octal 352 12 347 0 140 1 10 455 134 60
Binary 11101010 1010 11100111 0 1100000 1 1000 100101101 1011100 110000

Color Harmonies of #EA0AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0AE7

Black with #EA0AE7

Text Example


Text Example

White with #EA0AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0AE7; }

 p { color: rgb(234,10,231); }

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

background-color css

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

 a { background-color: rgb(234,10,231); }

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

border-color css

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

 span { border-color: rgb(234,10,231); }

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