Html Css Color HEX #EA00FF Psychedelic Purple

📋 copy color: '#EA00FF'

red 234 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #EA00FF

Tints of Psychedelic Purple #EA00FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.85%
G = 0%
B = 52.15%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA00FF (or 0xEA00FF) is known color: Psychedelic Purple. HEX triplet: EA, 00 and FF. RGB value is (234,0,255). Sum of RGB (Red+Green+Blue) = 234+0+255=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 0 (0.39% from 255 or 0% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA00FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA00FF is #15FF00. Grayscale: #626262. Windows color (decimal): -1441537 or 16711914. OLE color: 16711914.

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

Color convert

RGB 234 0 255 -
CMYK 0.08 1 0 0
HSL 295.06º 1% 0.5% -
HSV(B) 295.06º 1% 1% -
XYZ 51.98 24.71 96.64 -
YUV 99.04 216.02 224.27 -
System Red Green Blue C M Y K H S L
Decimal 234 0 255 0.08 1 0 0 295.06 1 0.5
Hex EA 0 FF 8 64 0 0 127 64 32
Octal 352 0 377 10 144 0 0 447 144 62
Binary 11101010 0 11111111 1000 1100100 0 0 100100111 1100100 110010

Color Harmonies of #EA00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00FF

Black with #EA00FF

Text Example


Text Example

White with #EA00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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