Html Css Color HEX #E42BEC Psychedelic Purple

📋 copy color: '#E42BEC'

red 228 ◦ green 43 ◦ blue 236

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

Shades of Psychedelic Purple #E42BEC

Tints of Psychedelic Purple #E42BEC

RGB

 RED value IS 228 (89.45% from 255) = 44.97%

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 44.97%
G = 8.48%
B = 46.55%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E42BEC (or 0xE42BEC) is known color: Psychedelic Purple. HEX triplet: E4, 2B and EC. RGB value is (228,43,236). Sum of RGB (Red+Green+Blue) = 228+43+236=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 43 (17.19% from 255 or 8.48% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #E42BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42BEC is #1BD413. Grayscale: #777777. Windows color (decimal): -1823764 or 15477732. OLE color: 15477732.

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

Color convert

RGB 228 43 236 -
CMYK 0.03 0.82 0 0.07
HSL 297.51º 0.84% 0.55% -
HSV(B) 297.51º 0.82% 0.93% -
XYZ 48 24.28 81.51 -
YUV 120.32 193.29 204.81 -
System Red Green Blue C M Y K H S L
Decimal 228 43 236 0.03 0.82 0 0.07 297.51 0.84 0.55
Hex E4 2B EC 3 52 0 7 12A 54 37
Octal 344 53 354 3 122 0 7 452 124 67
Binary 11100100 101011 11101100 11 1010010 0 111 100101010 1010100 110111

Color Harmonies of #E42BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BEC

Black with #E42BEC

Text Example


Text Example

White with #E42BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BEC; }

 p { color: rgb(228,43,236); }

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

background-color css

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

 a { background-color: rgb(228,43,236); }

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

border-color css

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

 span { border-color: rgb(228,43,236); }

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