Html Css Color HEX #EB05FF Psychedelic Purple

📋 copy color: '#EB05FF'

red 235 ◦ green 5 ◦ blue 255

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

Shades of Psychedelic Purple #EB05FF

Tints of Psychedelic Purple #EB05FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.01%

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

R = 47.47%
G = 1.01%
B = 51.52%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB05FF (or 0xEB05FF) is known color: Psychedelic Purple. HEX triplet: EB, 05 and FF. RGB value is (235,5,255). Sum of RGB (Red+Green+Blue) = 235+5+255=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 5 (2.34% from 255 or 1.01% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB05FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB05FF is #14FA00. Grayscale: #656565. Windows color (decimal): -1374721 or 16713195. OLE color: 16713195.

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

Color convert

RGB 235 5 255 -
CMYK 0.08 0.98 0 0
HSL 295.2º 1% 0.51% -
HSV(B) 295.2º 0.98% 1% -
XYZ 52.37 24.99 96.67 -
YUV 102.27 214.2 222.67 -
System Red Green Blue C M Y K H S L
Decimal 235 5 255 0.08 0.98 0 0 295.2 1 0.51
Hex EB 5 FF 8 62 0 0 127 64 33
Octal 353 5 377 10 142 0 0 447 144 63
Binary 11101011 101 11111111 1000 1100010 0 0 100100111 1100100 110011

Color Harmonies of #EB05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB05FF

Black with #EB05FF

Text Example


Text Example

White with #EB05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB05FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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