Html Css Color HEX #EB03E9 Psychedelic Purple

📋 copy color: '#EB03E9'

red 235 ◦ green 3 ◦ blue 233

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

Shades of Psychedelic Purple #EB03E9

Tints of Psychedelic Purple #EB03E9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.64%

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

R = 49.89%
G = 0.64%
B = 49.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EB03E9 (or 0xEB03E9) is known color: Psychedelic Purple. HEX triplet: EB, 03 and E9. RGB value is (235,3,233). Sum of RGB (Red+Green+Blue) = 235+3+233=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 3 (1.56% from 255 or 0.64% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB03E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB03E9 is #14FC16. Grayscale: #616161. Windows color (decimal): -1375255 or 15270891. OLE color: 15270891.

HSL color Cylindrical-coordinate representation of color #EB03E9: 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.99%. Process color model (Four color, CMYK) of #EB03E9 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 3 233 -
CMYK 0 0.99 0.01 0.08
HSL 300.52º 0.97% 0.47% -
HSV(B) 300.52º 0.99% 0.92% -
XYZ 49 23.61 79.07 -
YUV 98.59 203.86 225.3 -
System Red Green Blue C M Y K H S L
Decimal 235 3 233 0 0.99 0.01 0.08 300.52 0.97 0.47
Hex EB 3 E9 0 63 1 8 12D 61 2F
Octal 353 3 351 0 143 1 10 455 141 57
Binary 11101011 11 11101001 0 1100011 1 1000 100101101 1100001 101111

Color Harmonies of #EB03E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB03E9

Black with #EB03E9

Text Example


Text Example

White with #EB03E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB03E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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