Html Css Color HEX #EB18EA Psychedelic Purple

📋 copy color: '#EB18EA'

red 235 ◦ green 24 ◦ blue 234

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

Shades of Psychedelic Purple #EB18EA

Tints of Psychedelic Purple #EB18EA

RGB

 RED value IS 235 (92.19% from 255) = 47.67%

 GREEN value IS 24 (9.77% from 255) = 4.87%

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 47.67%
G = 4.87%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EB18EA (or 0xEB18EA) is known color: Psychedelic Purple. HEX triplet: EB, 18 and EA. RGB value is (235,24,234). Sum of RGB (Red+Green+Blue) = 235+24+234=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB18EA is #14E715. Grayscale: #6E6E6E. Windows color (decimal): -1369878 or 15341803. OLE color: 15341803.

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

Color convert

RGB 235 24 234 -
CMYK 0 0.90 0.00 0.08
HSL 300.28º 0.84% 0.51% -
HSV(B) 300.28º 0.9% 0.92% -
XYZ 49.44 24.26 79.92 -
YUV 111.03 197.4 216.42 -
System Red Green Blue C M Y K H S L
Decimal 235 24 234 0 0.90 0.00 0.08 300.28 0.84 0.51
Hex EB 18 EA 0 5A 0 8 12C 54 33
Octal 353 30 352 0 132 0 10 454 124 63
Binary 11101011 11000 11101010 0 1011010 0 1000 100101100 1010100 110011

Color Harmonies of #EB18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB18EA

Black with #EB18EA

Text Example


Text Example

White with #EB18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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