Html Css Color HEX #EA07FF Psychedelic Purple

📋 copy color: '#EA07FF'

red 234 ◦ green 7 ◦ blue 255

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

Shades of Psychedelic Purple #EA07FF

Tints of Psychedelic Purple #EA07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.41%

 BLUE value IS 255 (100% from 255) = 51.41%

R = 47.18%
G = 1.41%
B = 51.41%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA07FF (or 0xEA07FF) is known color: Psychedelic Purple. HEX triplet: EA, 07 and FF. RGB value is (234,7,255). Sum of RGB (Red+Green+Blue) = 234+7+255=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 7 (3.12% from 255 or 1.41% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA07FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA07FF is #15F800. Grayscale: #666666. Windows color (decimal): -1439745 or 16713706. OLE color: 16713706.

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

Color convert

RGB 234 7 255 -
CMYK 0.08 0.97 0 0
HSL 294.92º 1% 0.51% -
HSV(B) 294.92º 0.97% 1% -
XYZ 52.06 24.86 96.66 -
YUV 103.15 213.71 221.33 -
System Red Green Blue C M Y K H S L
Decimal 234 7 255 0.08 0.97 0 0 294.92 1 0.51
Hex EA 7 FF 8 61 0 0 127 64 33
Octal 352 7 377 10 141 0 0 447 144 63
Binary 11101010 111 11111111 1000 1100001 0 0 100100111 1100100 110011

Color Harmonies of #EA07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07FF

Black with #EA07FF

Text Example


Text Example

White with #EA07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07FF; }

 p { color: rgb(234,7,255); }

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

background-color css

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

 a { background-color: rgb(234,7,255); }

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

border-color css

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

 span { border-color: rgb(234,7,255); }

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