Html Css Color HEX #E630FD Psychedelic Purple

📋 copy color: '#E630FD'

red 230 ◦ green 48 ◦ blue 253

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

Shades of Psychedelic Purple #E630FD

Tints of Psychedelic Purple #E630FD

RGB

 RED value IS 230 (90.23% from 255) = 43.31%

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

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

R = 43.31%
G = 9.04%
B = 47.65%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E630FD (or 0xE630FD) is known color: Psychedelic Purple. HEX triplet: E6, 30 and FD. RGB value is (230,48,253). Sum of RGB (Red+Green+Blue) = 230+48+253=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 48 (19.14% from 255 or 9.04% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #E630FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E630FD is #19CF02. Grayscale: #7D7D7D. Windows color (decimal): -1691395 or 16593126. OLE color: 16593126.

HSL color Cylindrical-coordinate representation of color #E630FD: hue angle of 293.27º 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 #E630FD is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 48 253 -
CMYK 0.09 0.81 0 0.01
HSL 293.27º 0.98% 0.59% -
HSV(B) 293.27º 0.81% 0.99% -
XYZ 51.42 26.03 95.24 -
YUV 125.79 199.8 202.33 -
System Red Green Blue C M Y K H S L
Decimal 230 48 253 0.09 0.81 0 0.01 293.27 0.98 0.59
Hex E6 30 FD 9 51 0 1 125 62 3B
Octal 346 60 375 11 121 0 1 445 142 73
Binary 11100110 110000 11111101 1001 1010001 0 1 100100101 1100010 111011

Color Harmonies of #E630FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E630FD

Black with #E630FD

Text Example


Text Example

White with #E630FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E630FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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