Html Css Color HEX #EB0FE5 Psychedelic Purple

📋 copy color: '#EB0FE5'

red 235 ◦ green 15 ◦ blue 229

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

Shades of Psychedelic Purple #EB0FE5

Tints of Psychedelic Purple #EB0FE5

RGB

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

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

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

R = 49.06%
G = 3.13%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB0FE5 (or 0xEB0FE5) is known color: Psychedelic Purple. HEX triplet: EB, 0F and E5. RGB value is (235,15,229). Sum of RGB (Red+Green+Blue) = 235+15+229=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0FE5 is #14F01A. Grayscale: #686868. Windows color (decimal): -1372187 or 15011819. OLE color: 15011819.

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

Color convert

RGB 235 15 229 -
CMYK 0 0.94 0.03 0.08
HSL 301.64º 0.88% 0.49% -
HSV(B) 301.64º 0.94% 0.92% -
XYZ 48.57 23.66 76.14 -
YUV 105.18 197.89 220.6 -
System Red Green Blue C M Y K H S L
Decimal 235 15 229 0 0.94 0.03 0.08 301.64 0.88 0.49
Hex EB F E5 0 5E 3 8 12E 58 31
Octal 353 17 345 0 136 3 10 456 130 61
Binary 11101011 1111 11100101 0 1011110 11 1000 100101110 1011000 110001

Color Harmonies of #EB0FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FE5

Black with #EB0FE5

Text Example


Text Example

White with #EB0FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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