Html Css Color HEX #EA10FA Psychedelic Purple

📋 copy color: '#EA10FA'

red 234 ◦ green 16 ◦ blue 250

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

Shades of Psychedelic Purple #EA10FA

Tints of Psychedelic Purple #EA10FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.2%

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

R = 46.8%
G = 3.2%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA10FA (or 0xEA10FA) is known color: Psychedelic Purple. HEX triplet: EA, 10 and FA. RGB value is (234,16,250). Sum of RGB (Red+Green+Blue) = 234+16+250=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 16 (6.64% from 255 or 3.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA10FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA10FA is #15EF05. Grayscale: #6B6B6B. Windows color (decimal): -1437446 or 16388330. OLE color: 16388330.

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

Color convert

RGB 234 16 250 -
CMYK 0.06 0.94 0 0.02
HSL 295.9º 0.96% 0.52% -
HSV(B) 295.9º 0.94% 0.98% -
XYZ 51.37 24.77 92.52 -
YUV 107.86 208.22 217.97 -
System Red Green Blue C M Y K H S L
Decimal 234 16 250 0.06 0.94 0 0.02 295.9 0.96 0.52
Hex EA 10 FA 6 5E 0 2 128 60 34
Octal 352 20 372 6 136 0 2 450 140 64
Binary 11101010 10000 11111010 110 1011110 0 10 100101000 1100000 110100

Color Harmonies of #EA10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA10FA

Black with #EA10FA

Text Example


Text Example

White with #EA10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA10FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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