Html Css Color HEX #EB02E6 Psychedelic Purple

📋 copy color: '#EB02E6'

red 235 ◦ green 2 ◦ blue 230

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

Shades of Psychedelic Purple #EB02E6

Tints of Psychedelic Purple #EB02E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.25%

R = 50.32%
G = 0.43%
B = 49.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB02E6 (or 0xEB02E6) is known color: Psychedelic Purple. HEX triplet: EB, 02 and E6. RGB value is (235,2,230). Sum of RGB (Red+Green+Blue) = 235+2+230=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB02E6 is #14FD19. Grayscale: #606060. Windows color (decimal): -1375514 or 15074027. OLE color: 15074027.

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

Color convert

RGB 235 2 230 -
CMYK 0 0.99 0.02 0.08
HSL 301.29º 0.98% 0.46% -
HSV(B) 301.29º 0.99% 0.92% -
XYZ 48.57 23.42 76.82 -
YUV 97.66 202.69 225.96 -
System Red Green Blue C M Y K H S L
Decimal 235 2 230 0 0.99 0.02 0.08 301.29 0.98 0.46
Hex EB 2 E6 0 63 2 8 12D 62 2E
Octal 353 2 346 0 143 2 10 455 142 56
Binary 11101011 10 11100110 0 1100011 10 1000 100101101 1100010 101110

Color Harmonies of #EB02E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB02E6

Black with #EB02E6

Text Example


Text Example

White with #EB02E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB02E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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