Html Css Color HEX #EB04E9 Psychedelic Purple

📋 copy color: '#EB04E9'

red 235 ◦ green 4 ◦ blue 233

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

Shades of Psychedelic Purple #EB04E9

Tints of Psychedelic Purple #EB04E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.36%

R = 49.79%
G = 0.85%
B = 49.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EB04E9 (or 0xEB04E9) is known color: Psychedelic Purple. HEX triplet: EB, 04 and E9. RGB value is (235,4,233). Sum of RGB (Red+Green+Blue) = 235+4+233=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB04E9 is #14FB16. Grayscale: #626262. Windows color (decimal): -1374999 or 15271147. OLE color: 15271147.

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

Color convert

RGB 235 4 233 -
CMYK 0 0.98 0.01 0.08
HSL 300.52º 0.97% 0.47% -
HSV(B) 300.52º 0.98% 0.92% -
XYZ 49.01 23.63 79.07 -
YUV 99.18 203.53 224.88 -
System Red Green Blue C M Y K H S L
Decimal 235 4 233 0 0.98 0.01 0.08 300.52 0.97 0.47
Hex EB 4 E9 0 62 1 8 12D 61 2F
Octal 353 4 351 0 142 1 10 455 141 57
Binary 11101011 100 11101001 0 1100010 1 1000 100101101 1100001 101111

Color Harmonies of #EB04E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB04E9

Black with #EB04E9

Text Example


Text Example

White with #EB04E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB04E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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