Html Css Color HEX #EB28FF Psychedelic Purple

📋 copy color: '#EB28FF'

red 235 ◦ green 40 ◦ blue 255

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

Shades of Psychedelic Purple #EB28FF

Tints of Psychedelic Purple #EB28FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.55%

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

R = 44.34%
G = 7.55%
B = 48.11%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB28FF (or 0xEB28FF) is known color: Psychedelic Purple. HEX triplet: EB, 28 and FF. RGB value is (235,40,255). Sum of RGB (Red+Green+Blue) = 235+40+255=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 40 (16.02% from 255 or 7.55% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB28FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB28FF is #14D700. Grayscale: #7A7A7A. Windows color (decimal): -1365761 or 16722155. OLE color: 16722155.

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

Color convert

RGB 235 40 255 -
CMYK 0.08 0.84 0 0
HSL 294.42º 1% 0.58% -
HSV(B) 294.42º 0.84% 1% -
XYZ 53.07 26.4 96.91 -
YUV 122.82 202.6 208.02 -
System Red Green Blue C M Y K H S L
Decimal 235 40 255 0.08 0.84 0 0 294.42 1 0.58
Hex EB 28 FF 8 54 0 0 126 64 3A
Octal 353 50 377 10 124 0 0 446 144 72
Binary 11101011 101000 11111111 1000 1010100 0 0 100100110 1100100 111010

Color Harmonies of #EB28FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28FF

Black with #EB28FF

Text Example


Text Example

White with #EB28FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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