Html Css Color HEX #EB18E6 Psychedelic Purple

📋 copy color: '#EB18E6'

red 235 ◦ green 24 ◦ blue 230

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

Shades of Psychedelic Purple #EB18E6

Tints of Psychedelic Purple #EB18E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 48.06%
G = 4.91%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB18E6 (or 0xEB18E6) is known color: Psychedelic Purple. HEX triplet: EB, 18 and E6. RGB value is (235,24,230). Sum of RGB (Red+Green+Blue) = 235+24+230=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 24 (9.77% from 255 or 4.91% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB18E6 is #14E719. Grayscale: #6D6D6D. Windows color (decimal): -1369882 or 15079659. OLE color: 15079659.

HSL color Cylindrical-coordinate representation of color #EB18E6: hue angle of 301.42º 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 #EB18E6 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 230 -
CMYK 0 0.90 0.02 0.08
HSL 301.42º 0.84% 0.51% -
HSV(B) 301.42º 0.9% 0.92% -
XYZ 48.87 24.03 76.93 -
YUV 110.57 195.4 216.75 -
System Red Green Blue C M Y K H S L
Decimal 235 24 230 0 0.90 0.02 0.08 301.42 0.84 0.51
Hex EB 18 E6 0 5A 2 8 12D 54 33
Octal 353 30 346 0 132 2 10 455 124 63
Binary 11101011 11000 11100110 0 1011010 10 1000 100101101 1010100 110011

Color Harmonies of #EB18E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB18E6

Black with #EB18E6

Text Example


Text Example

White with #EB18E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB18E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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