Html Css Color HEX #EA28FA Psychedelic Purple

📋 copy color: '#EA28FA'

red 234 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #EA28FA

Tints of Psychedelic Purple #EA28FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.63%

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

R = 44.66%
G = 7.63%
B = 47.71%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA28FA (or 0xEA28FA) is known color: Psychedelic Purple. HEX triplet: EA, 28 and FA. RGB value is (234,40,250). Sum of RGB (Red+Green+Blue) = 234+40+250=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 40 (16.02% from 255 or 7.63% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA28FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA28FA is #15D705. Grayscale: #797979. Windows color (decimal): -1431302 or 16394474. OLE color: 16394474.

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

Color convert

RGB 234 40 250 -
CMYK 0.06 0.84 0 0.02
HSL 295.43º 0.95% 0.57% -
HSV(B) 295.43º 0.84% 0.98% -
XYZ 51.95 25.91 92.71 -
YUV 121.95 200.27 207.92 -
System Red Green Blue C M Y K H S L
Decimal 234 40 250 0.06 0.84 0 0.02 295.43 0.95 0.57
Hex EA 28 FA 6 54 0 2 127 5F 39
Octal 352 50 372 6 124 0 2 447 137 71
Binary 11101010 101000 11111010 110 1010100 0 10 100100111 1011111 111001

Color Harmonies of #EA28FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA28FA

Black with #EA28FA

Text Example


Text Example

White with #EA28FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA28FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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