Html Css Color HEX #E630F8 Psychedelic Purple

📋 copy color: '#E630F8'

red 230 ◦ green 48 ◦ blue 248

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

Shades of Psychedelic Purple #E630F8

Tints of Psychedelic Purple #E630F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.15%

R = 43.73%
G = 9.13%
B = 47.15%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E630F8 (or 0xE630F8) is known color: Psychedelic Purple. HEX triplet: E6, 30 and F8. RGB value is (230,48,248). Sum of RGB (Red+Green+Blue) = 230+48+248=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 48 (19.14% from 255 or 9.13% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #E630F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E630F8 is #19CF07. Grayscale: #7C7C7C. Windows color (decimal): -1691400 or 16265446. OLE color: 16265446.

HSL color Cylindrical-coordinate representation of color #E630F8: hue angle of 294.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E630F8 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 48 248 -
CMYK 0.07 0.81 0 0.03
HSL 294.6º 0.93% 0.58% -
HSV(B) 294.6º 0.81% 0.97% -
XYZ 50.63 25.71 91.1 -
YUV 125.22 197.3 202.74 -
System Red Green Blue C M Y K H S L
Decimal 230 48 248 0.07 0.81 0 0.03 294.6 0.93 0.58
Hex E6 30 F8 7 51 0 3 127 5D 3A
Octal 346 60 370 7 121 0 3 447 135 72
Binary 11100110 110000 11111000 111 1010001 0 11 100100111 1011101 111010

Color Harmonies of #E630F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E630F8

Black with #E630F8

Text Example


Text Example

White with #E630F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E630F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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