Html Css Color HEX #EA00FA Psychedelic Purple

📋 copy color: '#EA00FA'

red 234 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #EA00FA

Tints of Psychedelic Purple #EA00FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 48.35%
G = 0%
B = 51.65%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA00FA (or 0xEA00FA) is known color: Psychedelic Purple. HEX triplet: EA, 00 and FA. RGB value is (234,0,250). Sum of RGB (Red+Green+Blue) = 234+0+250=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 0 (0.39% from 255 or 0% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA00FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA00FA is #15FF05. Grayscale: #616161. Windows color (decimal): -1441542 or 16384234. OLE color: 16384234.

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

Color convert

RGB 234 0 250 -
CMYK 0.06 1 0 0.02
HSL 296.16º 1% 0.49% -
HSV(B) 296.16º 1% 0.98% -
XYZ 51.19 24.39 92.45 -
YUV 98.47 213.52 224.67 -
System Red Green Blue C M Y K H S L
Decimal 234 0 250 0.06 1 0 0.02 296.16 1 0.49
Hex EA 0 FA 6 64 0 2 128 64 31
Octal 352 0 372 6 144 0 2 450 144 61
Binary 11101010 0 11111010 110 1100100 0 10 100101000 1100100 110001

Color Harmonies of #EA00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00FA

Black with #EA00FA

Text Example


Text Example

White with #EA00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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