Html Css Color HEX #E12BEB Psychedelic Purple

📋 copy color: '#E12BEB'

red 225 ◦ green 43 ◦ blue 235

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

Shades of Psychedelic Purple #E12BEB

Tints of Psychedelic Purple #E12BEB

RGB

 RED value IS 225 (88.28% from 255) = 44.73%

 GREEN value IS 43 (17.19% from 255) = 8.55%

 BLUE value IS 235 (92.19% from 255) = 46.72%

R = 44.73%
G = 8.55%
B = 46.72%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E12BEB (or 0xE12BEB) is known color: Psychedelic Purple. HEX triplet: E1, 2B and EB. RGB value is (225,43,235). Sum of RGB (Red+Green+Blue) = 225+43+235=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 43 (17.19% from 255 or 8.55% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #E12BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12BEB is #1ED414. Grayscale: #767676. Windows color (decimal): -2020373 or 15412193. OLE color: 15412193.

HSL color Cylindrical-coordinate representation of color #E12BEB: hue angle of 296.88º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12BEB is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 43 235 -
CMYK 0.04 0.82 0 0.08
HSL 296.88º 0.83% 0.55% -
HSV(B) 296.88º 0.82% 0.92% -
XYZ 46.91 23.73 80.71 -
YUV 119.31 193.3 203.39 -
System Red Green Blue C M Y K H S L
Decimal 225 43 235 0.04 0.82 0 0.08 296.88 0.83 0.55
Hex E1 2B EB 4 52 0 8 129 53 37
Octal 341 53 353 4 122 0 10 451 123 67
Binary 11100001 101011 11101011 100 1010010 0 1000 100101001 1010011 110111

Color Harmonies of #E12BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BEB

Black with #E12BEB

Text Example


Text Example

White with #E12BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BEB; }

 p { color: rgb(225,43,235); }

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

background-color css

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

 a { background-color: rgb(225,43,235); }

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

border-color css

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

 span { border-color: rgb(225,43,235); }

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