Html Css Color HEX #E230FD Psychedelic Purple

📋 copy color: '#E230FD'

red 226 ◦ green 48 ◦ blue 253

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

Shades of Psychedelic Purple #E230FD

Tints of Psychedelic Purple #E230FD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.11%

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

R = 42.88%
G = 9.11%
B = 48.01%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E230FD (or 0xE230FD) is known color: Psychedelic Purple. HEX triplet: E2, 30 and FD. RGB value is (226,48,253). Sum of RGB (Red+Green+Blue) = 226+48+253=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 48 (19.14% from 255 or 9.11% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #E230FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E230FD is #1DCF02. Grayscale: #7B7B7B. Windows color (decimal): -1953539 or 16593122. OLE color: 16593122.

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

Color convert

RGB 226 48 253 -
CMYK 0.11 0.81 0 0.01
HSL 292.1º 0.98% 0.59% -
HSV(B) 292.1º 0.81% 0.99% -
XYZ 50.15 25.37 95.18 -
YUV 124.59 200.47 200.33 -
System Red Green Blue C M Y K H S L
Decimal 226 48 253 0.11 0.81 0 0.01 292.1 0.98 0.59
Hex E2 30 FD B 51 0 1 124 62 3B
Octal 342 60 375 13 121 0 1 444 142 73
Binary 11100010 110000 11111101 1011 1010001 0 1 100100100 1100010 111011

Color Harmonies of #E230FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E230FD

Black with #E230FD

Text Example


Text Example

White with #E230FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E230FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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