Html Css Color HEX #EA00EB Psychedelic Purple

📋 copy color: '#EA00EB'

red 234 ◦ green 0 ◦ blue 235

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

Shades of Psychedelic Purple #EA00EB

Tints of Psychedelic Purple #EA00EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 49.89%
G = 0%
B = 50.11%

CMYK

 C value IS 0.00

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EA00EB (or 0xEA00EB) is known color: Psychedelic Purple. HEX triplet: EA, 00 and EB. RGB value is (234,0,235). Sum of RGB (Red+Green+Blue) = 234+0+235=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA00EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA00EB is #15FF14. Grayscale: #606060. Windows color (decimal): -1441557 or 15401194. OLE color: 15401194.

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

Color convert

RGB 234 0 235 -
CMYK 0.00 1 0 0.08
HSL 299.74º 1% 0.46% -
HSV(B) 299.74º 1% 0.92% -
XYZ 48.93 23.49 80.55 -
YUV 96.76 206.02 225.89 -
System Red Green Blue C M Y K H S L
Decimal 234 0 235 0.00 1 0 0.08 299.74 1 0.46
Hex EA 0 EB 0 64 0 8 12C 64 2E
Octal 352 0 353 0 144 0 10 454 144 56
Binary 11101010 0 11101011 0 1100100 0 1000 100101100 1100100 101110

Color Harmonies of #EA00EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00EB

Black with #EA00EB

Text Example


Text Example

White with #EA00EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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