Html Css Color HEX #EB04FE Psychedelic Purple

📋 copy color: '#EB04FE'

red 235 ◦ green 4 ◦ blue 254

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

Shades of Psychedelic Purple #EB04FE

Tints of Psychedelic Purple #EB04FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 47.67%
G = 0.81%
B = 51.52%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EB04FE (or 0xEB04FE) is known color: Psychedelic Purple. HEX triplet: EB, 04 and FE. RGB value is (235,4,254). Sum of RGB (Red+Green+Blue) = 235+4+254=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 4 (1.95% from 255 or 0.81% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB04FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB04FE is #14FB01. Grayscale: #646464. Windows color (decimal): -1374978 or 16647403. OLE color: 16647403.

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

Color convert

RGB 235 4 254 -
CMYK 0.07 0.98 0 0.00
HSL 295.44º 0.99% 0.51% -
HSV(B) 295.44º 0.98% 1% -
XYZ 52.19 24.9 95.82 -
YUV 101.57 214.03 223.17 -
System Red Green Blue C M Y K H S L
Decimal 235 4 254 0.07 0.98 0 0.00 295.44 0.99 0.51
Hex EB 4 FE 7 62 0 0 127 63 33
Octal 353 4 376 7 142 0 0 447 143 63
Binary 11101011 100 11111110 111 1100010 0 0 100100111 1100011 110011

Color Harmonies of #EB04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB04FE

Black with #EB04FE

Text Example


Text Example

White with #EB04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB04FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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