Html Css Color HEX #EB02E5 Psychedelic Purple

📋 copy color: '#EB02E5'

red 235 ◦ green 2 ◦ blue 229

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

Shades of Psychedelic Purple #EB02E5

Tints of Psychedelic Purple #EB02E5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 50.43%
G = 0.43%
B = 49.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB02E5 (or 0xEB02E5) is known color: Psychedelic Purple. HEX triplet: EB, 02 and E5. RGB value is (235,2,229). Sum of RGB (Red+Green+Blue) = 235+2+229=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB02E5 is #14FD1A. Grayscale: #606060. Windows color (decimal): -1375515 or 15008491. OLE color: 15008491.

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

Color convert

RGB 235 2 229 -
CMYK 0 0.99 0.03 0.08
HSL 301.55º 0.98% 0.46% -
HSV(B) 301.55º 0.99% 0.92% -
XYZ 48.43 23.36 76.09 -
YUV 97.55 202.19 226.04 -
System Red Green Blue C M Y K H S L
Decimal 235 2 229 0 0.99 0.03 0.08 301.55 0.98 0.46
Hex EB 2 E5 0 63 3 8 12E 62 2E
Octal 353 2 345 0 143 3 10 456 142 56
Binary 11101011 10 11100101 0 1100011 11 1000 100101110 1100010 101110

Color Harmonies of #EB02E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB02E5

Black with #EB02E5

Text Example


Text Example

White with #EB02E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB02E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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