Html Css Color HEX #E630FF Psychedelic Purple

📋 copy color: '#E630FF'

red 230 ◦ green 48 ◦ blue 255

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

Shades of Psychedelic Purple #E630FF

Tints of Psychedelic Purple #E630FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.84%

R = 43.15%
G = 9.01%
B = 47.84%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E630FF (or 0xE630FF) is known color: Psychedelic Purple. HEX triplet: E6, 30 and FF. RGB value is (230,48,255). Sum of RGB (Red+Green+Blue) = 230+48+255=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 48 (19.14% from 255 or 9.01% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #E630FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E630FF is #19CF00. Grayscale: #7D7D7D. Windows color (decimal): -1691393 or 16724198. OLE color: 16724198.

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

Color convert

RGB 230 48 255 -
CMYK 0.10 0.81 0 0
HSL 292.75º 1% 0.59% -
HSV(B) 292.75º 0.81% 1% -
XYZ 51.74 26.16 96.93 -
YUV 126.02 200.8 202.17 -
System Red Green Blue C M Y K H S L
Decimal 230 48 255 0.10 0.81 0 0 292.75 1 0.59
Hex E6 30 FF A 51 0 0 125 64 3B
Octal 346 60 377 12 121 0 0 445 144 73
Binary 11100110 110000 11111111 1010 1010001 0 0 100100101 1100100 111011

Color Harmonies of #E630FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E630FF

Black with #E630FF

Text Example


Text Example

White with #E630FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E630FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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