Html Css Color HEX #EB04FF Psychedelic Purple

📋 copy color: '#EB04FF'

red 235 ◦ green 4 ◦ blue 255

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

Shades of Psychedelic Purple #EB04FF

Tints of Psychedelic Purple #EB04FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.81%

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

R = 47.57%
G = 0.81%
B = 51.62%

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

#EB04FF (or 0xEB04FF) is known color: Psychedelic Purple. HEX triplet: EB, 04 and FF. RGB value is (235,4,255). Sum of RGB (Red+Green+Blue) = 235+4+255=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 4 (1.95% from 255 or 0.81% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB04FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB04FF is #14FB00. Grayscale: #646464. Windows color (decimal): -1374977 or 16712939. OLE color: 16712939.

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

Color convert

RGB 235 4 255 -
CMYK 0.08 0.98 0 0
HSL 295.22º 1% 0.51% -
HSV(B) 295.22º 0.98% 1% -
XYZ 52.35 24.97 96.67 -
YUV 101.68 214.53 223.09 -
System Red Green Blue C M Y K H S L
Decimal 235 4 255 0.08 0.98 0 0 295.22 1 0.51
Hex EB 4 FF 8 62 0 0 127 64 33
Octal 353 4 377 10 142 0 0 447 144 63
Binary 11101011 100 11111111 1000 1100010 0 0 100100111 1100100 110011

Color Harmonies of #EB04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB04FF

Black with #EB04FF

Text Example


Text Example

White with #EB04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB04FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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