Html Css Color HEX #E229FD Psychedelic Purple

📋 copy color: '#E229FD'

red 226 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #E229FD

Tints of Psychedelic Purple #E229FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 43.46%
G = 7.88%
B = 48.65%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E229FD (or 0xE229FD) is known color: Psychedelic Purple. HEX triplet: E2, 29 and FD. RGB value is (226,41,253). Sum of RGB (Red+Green+Blue) = 226+41+253=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 41 (16.41% from 255 or 7.88% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #E229FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E229FD is #1DD602. Grayscale: #777777. Windows color (decimal): -1955331 or 16591330. OLE color: 16591330.

HSL color Cylindrical-coordinate representation of color #E229FD: hue angle of 292.36º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E229FD is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 41 253 -
CMYK 0.11 0.84 0 0.01
HSL 292.36º 0.98% 0.58% -
HSV(B) 292.36º 0.84% 0.99% -
XYZ 49.89 24.85 95.1 -
YUV 120.48 202.79 203.26 -
System Red Green Blue C M Y K H S L
Decimal 226 41 253 0.11 0.84 0 0.01 292.36 0.98 0.58
Hex E2 29 FD B 54 0 1 124 62 3A
Octal 342 51 375 13 124 0 1 444 142 72
Binary 11100010 101001 11111101 1011 1010100 0 1 100100100 1100010 111010

Color Harmonies of #E229FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229FD

Black with #E229FD

Text Example


Text Example

White with #E229FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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