Html Css Color HEX #EB30FF Psychedelic Purple

📋 copy color: '#EB30FF'

red 235 ◦ green 48 ◦ blue 255

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

Shades of Psychedelic Purple #EB30FF

Tints of Psychedelic Purple #EB30FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.92%

 BLUE value IS 255 (100% from 255) = 47.4%

R = 43.68%
G = 8.92%
B = 47.4%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB30FF (or 0xEB30FF) is known color: Psychedelic Purple. HEX triplet: EB, 30 and FF. RGB value is (235,48,255). Sum of RGB (Red+Green+Blue) = 235+48+255=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 48 (19.14% from 255 or 8.92% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB30FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB30FF is #14CF00. Grayscale: #7E7E7E. Windows color (decimal): -1363713 or 16724203. OLE color: 16724203.

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

Color convert

RGB 235 48 255 -
CMYK 0.08 0.81 0 0
HSL 294.2º 1% 0.59% -
HSV(B) 294.2º 0.81% 1% -
XYZ 53.37 27 97.01 -
YUV 127.51 199.95 204.67 -
System Red Green Blue C M Y K H S L
Decimal 235 48 255 0.08 0.81 0 0 294.2 1 0.59
Hex EB 30 FF 8 51 0 0 126 64 3B
Octal 353 60 377 10 121 0 0 446 144 73
Binary 11101011 110000 11111111 1000 1010001 0 0 100100110 1100100 111011

Color Harmonies of #EB30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB30FF

Black with #EB30FF

Text Example


Text Example

White with #EB30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB30FF; }

 p { color: rgb(235,48,255); }

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

background-color css

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

 a { background-color: rgb(235,48,255); }

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

border-color css

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

 span { border-color: rgb(235,48,255); }

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