Html Css Color HEX #EB04E5 Psychedelic Purple

📋 copy color: '#EB04E5'

red 235 ◦ green 4 ◦ blue 229

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

Shades of Psychedelic Purple #EB04E5

Tints of Psychedelic Purple #EB04E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.93%

R = 50.21%
G = 0.85%
B = 48.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB04E5 (or 0xEB04E5) is known color: Psychedelic Purple. HEX triplet: EB, 04 and E5. RGB value is (235,4,229). Sum of RGB (Red+Green+Blue) = 235+4+229=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB04E5 is #14FB1A. Grayscale: #626262. Windows color (decimal): -1375003 or 15009003. OLE color: 15009003.

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

Color convert

RGB 235 4 229 -
CMYK 0 0.98 0.03 0.08
HSL 301.56º 0.97% 0.47% -
HSV(B) 301.56º 0.98% 0.92% -
XYZ 48.45 23.41 76.09 -
YUV 98.72 201.53 225.2 -
System Red Green Blue C M Y K H S L
Decimal 235 4 229 0 0.98 0.03 0.08 301.56 0.97 0.47
Hex EB 4 E5 0 62 3 8 12E 61 2F
Octal 353 4 345 0 142 3 10 456 141 57
Binary 11101011 100 11100101 0 1100010 11 1000 100101110 1100001 101111

Color Harmonies of #EB04E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB04E5

Black with #EB04E5

Text Example


Text Example

White with #EB04E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB04E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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