Html Css Color HEX #EA05FA Psychedelic Purple

📋 copy color: '#EA05FA'

red 234 ◦ green 5 ◦ blue 250

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

Shades of Psychedelic Purple #EA05FA

Tints of Psychedelic Purple #EA05FA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.02%

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

R = 47.85%
G = 1.02%
B = 51.12%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA05FA (or 0xEA05FA) is known color: Psychedelic Purple. HEX triplet: EA, 05 and FA. RGB value is (234,5,250). Sum of RGB (Red+Green+Blue) = 234+5+250=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 5 (2.34% from 255 or 1.02% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA05FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA05FA is #15FA05. Grayscale: #646464. Windows color (decimal): -1440262 or 16385514. OLE color: 16385514.

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

Color convert

RGB 234 5 250 -
CMYK 0.06 0.98 0 0.02
HSL 296.08º 0.96% 0.5% -
HSV(B) 296.08º 0.98% 0.98% -
XYZ 51.24 24.5 92.47 -
YUV 101.4 211.87 222.58 -
System Red Green Blue C M Y K H S L
Decimal 234 5 250 0.06 0.98 0 0.02 296.08 0.96 0.5
Hex EA 5 FA 6 62 0 2 128 60 32
Octal 352 5 372 6 142 0 2 450 140 62
Binary 11101010 101 11111010 110 1100010 0 10 100101000 1100000 110010

Color Harmonies of #EA05FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA05FA

Black with #EA05FA

Text Example


Text Example

White with #EA05FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA05FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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