Html Css Color HEX #E12BED Psychedelic Purple

📋 copy color: '#E12BED'

red 225 ◦ green 43 ◦ blue 237

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

Shades of Psychedelic Purple #E12BED

Tints of Psychedelic Purple #E12BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 44.55%
G = 8.51%
B = 46.93%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E12BED (or 0xE12BED) is known color: Psychedelic Purple. HEX triplet: E1, 2B and ED. RGB value is (225,43,237). Sum of RGB (Red+Green+Blue) = 225+43+237=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #E12BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12BED is #1ED412. Grayscale: #767676. Windows color (decimal): -2020371 or 15543265. OLE color: 15543265.

HSL color Cylindrical-coordinate representation of color #E12BED: hue angle of 296.29º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12BED is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 43 237 -
CMYK 0.05 0.82 0 0.07
HSL 296.29º 0.84% 0.55% -
HSV(B) 296.29º 0.82% 0.93% -
XYZ 47.2 23.85 82.24 -
YUV 119.53 194.3 203.23 -
System Red Green Blue C M Y K H S L
Decimal 225 43 237 0.05 0.82 0 0.07 296.29 0.84 0.55
Hex E1 2B ED 5 52 0 7 128 54 37
Octal 341 53 355 5 122 0 7 450 124 67
Binary 11100001 101011 11101101 101 1010010 0 111 100101000 1010100 110111

Color Harmonies of #E12BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BED

Black with #E12BED

Text Example


Text Example

White with #E12BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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