Html Css Color HEX #E229ED Psychedelic Purple

📋 copy color: '#E229ED'

red 226 ◦ green 41 ◦ blue 237

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

Shades of Psychedelic Purple #E229ED

Tints of Psychedelic Purple #E229ED

RGB

 RED value IS 226 (88.67% from 255) = 44.84%

 GREEN value IS 41 (16.41% from 255) = 8.13%

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

R = 44.84%
G = 8.13%
B = 47.02%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E229ED (or 0xE229ED) is known color: Psychedelic Purple. HEX triplet: E2, 29 and ED. RGB value is (226,41,237). Sum of RGB (Red+Green+Blue) = 226+41+237=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #E229ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229ED is #1DD612. Grayscale: #767676. Windows color (decimal): -1955347 or 15542754. OLE color: 15542754.

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

Color convert

RGB 226 41 237 -
CMYK 0.05 0.83 0 0.07
HSL 296.63º 0.84% 0.55% -
HSV(B) 296.63º 0.83% 0.93% -
XYZ 47.44 23.87 82.23 -
YUV 118.66 194.79 204.56 -
System Red Green Blue C M Y K H S L
Decimal 226 41 237 0.05 0.83 0 0.07 296.63 0.84 0.55
Hex E2 29 ED 5 53 0 7 129 54 37
Octal 342 51 355 5 123 0 7 451 124 67
Binary 11100010 101001 11101101 101 1010011 0 111 100101001 1010100 110111

Color Harmonies of #E229ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229ED

Black with #E229ED

Text Example


Text Example

White with #E229ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229ED; }

 p { color: rgb(226,41,237); }

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

background-color css

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

 a { background-color: rgb(226,41,237); }

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

border-color css

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

 span { border-color: rgb(226,41,237); }

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