Html Css Color HEX #EB04E8 Psychedelic Purple

📋 copy color: '#EB04E8'

red 235 ◦ green 4 ◦ blue 232

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

Shades of Psychedelic Purple #EB04E8

Tints of Psychedelic Purple #EB04E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.26%

R = 49.89%
G = 0.85%
B = 49.26%

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

#EB04E8 (or 0xEB04E8) is known color: Psychedelic Purple. HEX triplet: EB, 04 and E8. RGB value is (235,4,232). Sum of RGB (Red+Green+Blue) = 235+4+232=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB04E8 is #14FB17. Grayscale: #626262. Windows color (decimal): -1375000 or 15205611. OLE color: 15205611.

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

Color convert

RGB 235 4 232 -
CMYK 0 0.98 0.01 0.08
HSL 300.78º 0.97% 0.47% -
HSV(B) 300.78º 0.98% 0.92% -
XYZ 48.87 23.58 78.32 -
YUV 99.06 203.03 224.96 -
System Red Green Blue C M Y K H S L
Decimal 235 4 232 0 0.98 0.01 0.08 300.78 0.97 0.47
Hex EB 4 E8 0 62 1 8 12D 61 2F
Octal 353 4 350 0 142 1 10 455 141 57
Binary 11101011 100 11101000 0 1100010 1 1000 100101101 1100001 101111

Color Harmonies of #EB04E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB04E8

Black with #EB04E8

Text Example


Text Example

White with #EB04E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB04E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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