#EB1BE4

Color #EB1BE4 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #EB1BE4

Tints of Psychedelic Purple #EB1BE4

Color information

#EB1BE4 (or 0xEB1BE4) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 1B and E4. RGB value is (235,27,228). Sum of RGB (Red+Green+Blue) = 235+27+228=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1BE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1BE4 is #14E41B. Grayscale: #6F6F6F. Windows color (decimal): -1369116 or 14949355. OLE color: 14949355.

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

Color convert

RGB23527228-
CMYK00.890.030.08
HSL302.02º83.87%51.37%-
HSV(B)302.02º88.51%92.16%-
XYZ48.6624.0575.48-
YUV112.11193.41215.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.96%
GREEN value IS 27 (10.94% from 255) = 5.51%
BLUE value IS 228 (89.45% from 255) = 46.53%
R=47.96%
G=5.51%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352722800.890.030.08302.0283.8751.37
HexEB1BE40593812e5433
Octal35333344013131045612463
Binary111010111101111100100010110011110001001011101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1BE4; }

 p { color: rgb(235,27,228); }

 H1.HeaderClassName
 {
   color: #EB1BE4;
 }
 .AnyTagClassName
 {
   color: #EB1BE4;
 }
</style>
background-color css

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

 a { background-color: rgb(235,27,228); }

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

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

 span { border-color: rgb(235,27,228); }

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