Html Css Color HEX #EA00F0 Psychedelic Purple

📋 copy color: '#EA00F0'

red 234 ◦ green 0 ◦ blue 240

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

Shades of Psychedelic Purple #EA00F0

Tints of Psychedelic Purple #EA00F0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.37%
G = 0%
B = 50.63%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA00F0 (or 0xEA00F0) is known color: Psychedelic Purple. HEX triplet: EA, 00 and F0. RGB value is (234,0,240). Sum of RGB (Red+Green+Blue) = 234+0+240=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA00F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA00F0 is #15FF0F. Grayscale: #606060. Windows color (decimal): -1441552 or 15728874. OLE color: 15728874.

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

Color convert

RGB 234 0 240 -
CMYK 0.02 1 0 0.06
HSL 298.5º 1% 0.47% -
HSV(B) 298.5º 1% 0.94% -
XYZ 49.66 23.78 84.41 -
YUV 97.33 208.52 225.49 -
System Red Green Blue C M Y K H S L
Decimal 234 0 240 0.02 1 0 0.06 298.5 1 0.47
Hex EA 0 F0 2 64 0 6 12A 64 2F
Octal 352 0 360 2 144 0 6 452 144 57
Binary 11101010 0 11110000 10 1100100 0 110 100101010 1100100 101111

Color Harmonies of #EA00F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00F0

Black with #EA00F0

Text Example


Text Example

White with #EA00F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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