Html Css Color HEX #EB0FE7 Psychedelic Purple

📋 copy color: '#EB0FE7'

red 235 ◦ green 15 ◦ blue 231

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

Shades of Psychedelic Purple #EB0FE7

Tints of Psychedelic Purple #EB0FE7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.12%

 BLUE value IS 231 (90.63% from 255) = 48.02%

R = 48.86%
G = 3.12%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB0FE7 (or 0xEB0FE7) is known color: Psychedelic Purple. HEX triplet: EB, 0F and E7. RGB value is (235,15,231). Sum of RGB (Red+Green+Blue) = 235+15+231=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0FE7 is #14F018. Grayscale: #686868. Windows color (decimal): -1372185 or 15142891. OLE color: 15142891.

HSL color Cylindrical-coordinate representation of color #EB0FE7: hue angle of 301.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0FE7 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 231 -
CMYK 0 0.94 0.02 0.08
HSL 301.09º 0.88% 0.49% -
HSV(B) 301.09º 0.94% 0.92% -
XYZ 48.86 23.77 77.62 -
YUV 105.4 198.89 220.44 -
System Red Green Blue C M Y K H S L
Decimal 235 15 231 0 0.94 0.02 0.08 301.09 0.88 0.49
Hex EB F E7 0 5E 2 8 12D 58 31
Octal 353 17 347 0 136 2 10 455 130 61
Binary 11101011 1111 11100111 0 1011110 10 1000 100101101 1011000 110001

Color Harmonies of #EB0FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FE7

Black with #EB0FE7

Text Example


Text Example

White with #EB0FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FE7; }

 p { color: rgb(235,15,231); }

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

background-color css

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

 a { background-color: rgb(235,15,231); }

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

border-color css

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

 span { border-color: rgb(235,15,231); }

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