Html Css Color HEX #EB04EA Psychedelic Purple

📋 copy color: '#EB04EA'

red 235 ◦ green 4 ◦ blue 234

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

Shades of Psychedelic Purple #EB04EA

Tints of Psychedelic Purple #EB04EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 49.68%
G = 0.85%
B = 49.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EB04EA (or 0xEB04EA) is known color: Psychedelic Purple. HEX triplet: EB, 04 and EA. RGB value is (235,4,234). Sum of RGB (Red+Green+Blue) = 235+4+234=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 4 (1.95% from 255 or 0.85% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB04EA is #14FB15. Grayscale: #626262. Windows color (decimal): -1374998 or 15336683. OLE color: 15336683.

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

Color convert

RGB 235 4 234 -
CMYK 0 0.98 0.00 0.08
HSL 300.26º 0.97% 0.47% -
HSV(B) 300.26º 0.98% 0.92% -
XYZ 49.16 23.69 79.82 -
YUV 99.29 204.03 224.8 -
System Red Green Blue C M Y K H S L
Decimal 235 4 234 0 0.98 0.00 0.08 300.26 0.97 0.47
Hex EB 4 EA 0 62 0 8 12C 61 2F
Octal 353 4 352 0 142 0 10 454 141 57
Binary 11101011 100 11101010 0 1100010 0 1000 100101100 1100001 101111

Color Harmonies of #EB04EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB04EA

Black with #EB04EA

Text Example


Text Example

White with #EB04EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB04EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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