Html Css Color HEX #EA25F0 Psychedelic Purple

📋 copy color: '#EA25F0'

red 234 ◦ green 37 ◦ blue 240

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

Shades of Psychedelic Purple #EA25F0

Tints of Psychedelic Purple #EA25F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.97%

R = 45.79%
G = 7.24%
B = 46.97%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA25F0 (or 0xEA25F0) is known color: Psychedelic Purple. HEX triplet: EA, 25 and F0. RGB value is (234,37,240). Sum of RGB (Red+Green+Blue) = 234+37+240=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 37 (14.84% from 255 or 7.24% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA25F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA25F0 is #15DA0F. Grayscale: #767676. Windows color (decimal): -1432080 or 15738346. OLE color: 15738346.

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

Color convert

RGB 234 37 240 -
CMYK 0.02 0.85 0 0.06
HSL 298.23º 0.87% 0.54% -
HSV(B) 298.23º 0.85% 0.94% -
XYZ 50.32 25.11 84.63 -
YUV 119.05 196.27 209.99 -
System Red Green Blue C M Y K H S L
Decimal 234 37 240 0.02 0.85 0 0.06 298.23 0.87 0.54
Hex EA 25 F0 2 55 0 6 12A 57 36
Octal 352 45 360 2 125 0 6 452 127 66
Binary 11101010 100101 11110000 10 1010101 0 110 100101010 1010111 110110

Color Harmonies of #EA25F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA25F0

Black with #EA25F0

Text Example


Text Example

White with #EA25F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA25F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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