Html Css Color HEX #EA00EE Psychedelic Purple

📋 copy color: '#EA00EE'

red 234 ◦ green 0 ◦ blue 238

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

Shades of Psychedelic Purple #EA00EE

Tints of Psychedelic Purple #EA00EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 49.58%
G = 0%
B = 50.42%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA00EE (or 0xEA00EE) is known color: Psychedelic Purple. HEX triplet: EA, 00 and EE. RGB value is (234,0,238). Sum of RGB (Red+Green+Blue) = 234+0+238=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA00EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA00EE is #15FF11. Grayscale: #606060. Windows color (decimal): -1441554 or 15597802. OLE color: 15597802.

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

Color convert

RGB 234 0 238 -
CMYK 0.02 1 0 0.07
HSL 298.99º 1% 0.47% -
HSV(B) 298.99º 1% 0.93% -
XYZ 49.36 23.67 82.86 -
YUV 97.1 207.52 225.65 -
System Red Green Blue C M Y K H S L
Decimal 234 0 238 0.02 1 0 0.07 298.99 1 0.47
Hex EA 0 EE 2 64 0 7 12B 64 2F
Octal 352 0 356 2 144 0 7 453 144 57
Binary 11101010 0 11101110 10 1100100 0 111 100101011 1100100 101111

Color Harmonies of #EA00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00EE

Black with #EA00EE

Text Example


Text Example

White with #EA00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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