Html Css Color HEX #EA15EB Psychedelic Purple

📋 copy color: '#EA15EB'

red 234 ◦ green 21 ◦ blue 235

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

Shades of Psychedelic Purple #EA15EB

Tints of Psychedelic Purple #EA15EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.29%

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

R = 47.76%
G = 4.29%
B = 47.96%

CMYK

 C value IS 0.00

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EA15EB (or 0xEA15EB) is known color: Psychedelic Purple. HEX triplet: EA, 15 and EB. RGB value is (234,21,235). Sum of RGB (Red+Green+Blue) = 234+21+235=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA15EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA15EB is #15EA14. Grayscale: #6C6C6C. Windows color (decimal): -1436181 or 15406570. OLE color: 15406570.

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

Color convert

RGB 234 21 235 -
CMYK 0.00 0.91 0 0.08
HSL 299.72º 0.84% 0.5% -
HSV(B) 299.72º 0.91% 0.92% -
XYZ 49.2 24.03 80.64 -
YUV 109.08 199.07 217.1 -
System Red Green Blue C M Y K H S L
Decimal 234 21 235 0.00 0.91 0 0.08 299.72 0.84 0.5
Hex EA 15 EB 0 5B 0 8 12C 54 32
Octal 352 25 353 0 133 0 10 454 124 62
Binary 11101010 10101 11101011 0 1011011 0 1000 100101100 1010100 110010

Color Harmonies of #EA15EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15EB

Black with #EA15EB

Text Example


Text Example

White with #EA15EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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