Html Css Color HEX #EA09FA Psychedelic Purple

📋 copy color: '#EA09FA'

red 234 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #EA09FA

Tints of Psychedelic Purple #EA09FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.83%

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

R = 47.46%
G = 1.83%
B = 50.71%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA09FA (or 0xEA09FA) is known color: Psychedelic Purple. HEX triplet: EA, 09 and FA. RGB value is (234,9,250). Sum of RGB (Red+Green+Blue) = 234+9+250=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 9 (3.91% from 255 or 1.83% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA09FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA09FA is #15F605. Grayscale: #676767. Windows color (decimal): -1439238 or 16386538. OLE color: 16386538.

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

Color convert

RGB 234 9 250 -
CMYK 0.06 0.96 0 0.02
HSL 296.02º 0.96% 0.51% -
HSV(B) 296.02º 0.96% 0.98% -
XYZ 51.28 24.59 92.49 -
YUV 103.75 210.54 220.9 -
System Red Green Blue C M Y K H S L
Decimal 234 9 250 0.06 0.96 0 0.02 296.02 0.96 0.51
Hex EA 9 FA 6 60 0 2 128 60 33
Octal 352 11 372 6 140 0 2 450 140 63
Binary 11101010 1001 11111010 110 1100000 0 10 100101000 1100000 110011

Color Harmonies of #EA09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA09FA

Black with #EA09FA

Text Example


Text Example

White with #EA09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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