Html Css Color HEX #EA25FF Psychedelic Purple

📋 copy color: '#EA25FF'

red 234 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #EA25FF

Tints of Psychedelic Purple #EA25FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.03%

 BLUE value IS 255 (100% from 255) = 48.48%

R = 44.49%
G = 7.03%
B = 48.48%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA25FF (or 0xEA25FF) is known color: Psychedelic Purple. HEX triplet: EA, 25 and FF. RGB value is (234,37,255). Sum of RGB (Red+Green+Blue) = 234+37+255=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 37 (14.84% from 255 or 7.03% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA25FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA25FF is #15DA00. Grayscale: #787878. Windows color (decimal): -1432065 or 16721386. OLE color: 16721386.

HSL color Cylindrical-coordinate representation of color #EA25FF: hue angle of 294.22º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA25FF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 37 255 -
CMYK 0.08 0.85 0 0
HSL 294.22º 1% 0.57% -
HSV(B) 294.22º 0.85% 1% -
XYZ 52.64 26.04 96.86 -
YUV 120.76 203.77 208.77 -
System Red Green Blue C M Y K H S L
Decimal 234 37 255 0.08 0.85 0 0 294.22 1 0.57
Hex EA 25 FF 8 55 0 0 126 64 39
Octal 352 45 377 10 125 0 0 446 144 71
Binary 11101010 100101 11111111 1000 1010101 0 0 100100110 1100100 111001

Color Harmonies of #EA25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA25FF

Black with #EA25FF

Text Example


Text Example

White with #EA25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA25FF; }

 p { color: rgb(234,37,255); }

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

background-color css

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

 a { background-color: rgb(234,37,255); }

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

border-color css

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

 span { border-color: rgb(234,37,255); }

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